diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-01-22 08:04:04 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-01-22 08:04:04 +0000 |
commit | ef980a92fe90dac54dd732d287163794e3825bab (patch) | |
tree | 5be938e81bc82b6a1cdc1b71bacca87c627efbc2 /games-strategy | |
parent | clean up (diff) | |
download | gentoo-2-ef980a92fe90dac54dd732d287163794e3825bab.tar.gz gentoo-2-ef980a92fe90dac54dd732d287163794e3825bab.tar.bz2 gentoo-2-ef980a92fe90dac54dd732d287163794e3825bab.zip |
Add pkgconfig dep, bug #206427
(Portage version: 2.1.4)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/gwp/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/gwp/gwp-0.4.0-r2.ebuild | 11 |
2 files changed, 11 insertions, 7 deletions
diff --git a/games-strategy/gwp/ChangeLog b/games-strategy/gwp/ChangeLog index b7840ace2aea..38954fe68514 100644 --- a/games-strategy/gwp/ChangeLog +++ b/games-strategy/gwp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/gwp -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/gwp/ChangeLog,v 1.3 2007/07/02 01:24:59 nyhm Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/gwp/ChangeLog,v 1.4 2008/01/22 08:04:04 nyhm Exp $ + + 22 Jan 2008; Tristan Heaven <nyhm@gentoo.org> gwp-0.4.0-r2.ebuild: + Add pkgconfig dep, bug #206427 *gwp-0.4.0-r2 (02 Jul 2007) diff --git a/games-strategy/gwp/gwp-0.4.0-r2.ebuild b/games-strategy/gwp/gwp-0.4.0-r2.ebuild index 7c1fb8193512..9b65838d2e71 100644 --- a/games-strategy/gwp/gwp-0.4.0-r2.ebuild +++ b/games-strategy/gwp/gwp-0.4.0-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/gwp/gwp-0.4.0-r2.ebuild,v 1.1 2007/07/02 01:24:59 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/gwp/gwp-0.4.0-r2.ebuild,v 1.2 2008/01/22 08:04:04 nyhm Exp $ inherit eutils gnome2 @@ -22,6 +22,7 @@ RDEPEND="=x11-libs/gtk+-2* opengl? ( =x11-libs/gtkglext-1* ) python? ( =dev-python/pygtk-2* )" DEPEND="${RDEPEND} + dev-util/pkgconfig nls? ( sys-devel/gettext )" src_unpack() { @@ -38,9 +39,9 @@ src_unpack() { src_compile() { gnome2_src_compile \ - $(use_enable nls) \ - $(use_enable opengl gtkglext) \ - $(use_enable python) + $(use_enable nls) \ + $(use_enable opengl gtkglext) \ + $(use_enable python) } src_install() { |