diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2006-10-31 20:40:14 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2006-10-31 20:40:14 +0000 |
commit | 6e0a43ae221c21086180c6a5d675eec6cce57034 (patch) | |
tree | e711ffb7c2085f753f20468e1ce0a39d8e288d39 /games-strategy/freeciv/freeciv-2.0.8-r1.ebuild | |
parent | use src_compile, fixes #151387 (diff) | |
download | historical-6e0a43ae221c21086180c6a5d675eec6cce57034.tar.gz historical-6e0a43ae221c21086180c6a5d675eec6cce57034.tar.bz2 historical-6e0a43ae221c21086180c6a5d675eec6cce57034.zip |
Added missing dep on media-libs/libpng. Marked stable on amd64.
Package-Manager: portage-2.1.2_pre2-r1
Diffstat (limited to 'games-strategy/freeciv/freeciv-2.0.8-r1.ebuild')
-rw-r--r-- | games-strategy/freeciv/freeciv-2.0.8-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-strategy/freeciv/freeciv-2.0.8-r1.ebuild b/games-strategy/freeciv/freeciv-2.0.8-r1.ebuild index 059d53908749..1154240fe5b6 100644 --- a/games-strategy/freeciv/freeciv-2.0.8-r1.ebuild +++ b/games-strategy/freeciv/freeciv-2.0.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.0.8-r1.ebuild,v 1.3 2006/10/05 20:49:08 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.0.8-r1.ebuild,v 1.4 2006/10/31 20:40:14 kugelfang Exp $ inherit eutils games @@ -56,7 +56,8 @@ RDEPEND="readline? ( sys-libs/readline ) DEPEND="${RDEPEND} nls? ( sys-devel/gettext ) !dedicated? ( gtk? ( >=dev-util/pkgconfig-0.9 ) ) - x11-proto/xextproto" + x11-proto/xextproto + media-libs/libpng" S=${WORKDIR}/${MY_P} |