diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-10-11 11:20:16 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-10-11 11:20:16 +0000 |
commit | 53be20a4e7a79faf9bee08bb815fa19e836680cb (patch) | |
tree | 8f7fd61cbe62f507f3050c666ab0ae8d077b162f /x11-misc/gmrun/gmrun-0.9.2.ebuild | |
parent | No need for /usr/X11R6, see bug #150674. (diff) | |
download | historical-53be20a4e7a79faf9bee08bb815fa19e836680cb.tar.gz historical-53be20a4e7a79faf9bee08bb815fa19e836680cb.tar.bz2 historical-53be20a4e7a79faf9bee08bb815fa19e836680cb.zip |
Add missing dev-util/pkgconfig to DEPEND, see bug #150676.
Package-Manager: portage-2.1.2_pre2-r8
Diffstat (limited to 'x11-misc/gmrun/gmrun-0.9.2.ebuild')
-rw-r--r-- | x11-misc/gmrun/gmrun-0.9.2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-misc/gmrun/gmrun-0.9.2.ebuild b/x11-misc/gmrun/gmrun-0.9.2.ebuild index cfa55820942b..9c2f4505eeec 100644 --- a/x11-misc/gmrun/gmrun-0.9.2.ebuild +++ b/x11-misc/gmrun/gmrun-0.9.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gmrun/gmrun-0.9.2.ebuild,v 1.10 2005/12/29 20:52:15 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gmrun/gmrun-0.9.2.ebuild,v 1.11 2006/10/11 11:20:16 nelchael Exp $ IUSE="" DESCRIPTION="A GTK-2 based launcher box with bash style auto completion!" @@ -12,7 +12,8 @@ LICENSE="GPL-1" KEYWORDS="x86 amd64 ppc ~sparc" DEPEND=">=x11-libs/gtk+-2.2.0 - dev-libs/popt" + dev-libs/popt + dev-util/pkgconfig" src_install() { make DESTDIR=${D} install |