summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/parcellite/parcellite-1.0.1.ebuild')
-rw-r--r--x11-misc/parcellite/parcellite-1.0.1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-misc/parcellite/parcellite-1.0.1.ebuild b/x11-misc/parcellite/parcellite-1.0.1.ebuild
index a692adeaacf4..75eb8ab5b06a 100644
--- a/x11-misc/parcellite/parcellite-1.0.1.ebuild
+++ b/x11-misc/parcellite/parcellite-1.0.1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/parcellite-1.0.1.ebuild,v 1.2 2012/05/05 04:53:44 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/parcellite-1.0.1.ebuild,v 1.3 2012/07/31 22:41:49 hasufell Exp $
EAPI=2
-inherit fdo-mime autotools
+inherit fdo-mime flag-o-matic autotools
DESCRIPTION="A lightweight GTK+ based clipboard manager."
HOMEPAGE="http://parcellite.sourceforge.net/"
@@ -26,6 +26,7 @@ src_prepare() {
}
src_configure() {
+ append-libs -lX11
econf \
--disable-dependency-tracking \
$(use_enable nls)