summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2008-01-22 08:39:33 +0000
committerTristan Heaven <nyhm@gentoo.org>2008-01-22 08:39:33 +0000
commit8106802ce55b2af17bbe024edb720e5ff4dba40a (patch)
treeadc577a8c1dae047f75ab5ba2621c982599a4f07 /games-strategy/widelands
parentStable for HPPA. (diff)
downloadgentoo-2-8106802ce55b2af17bbe024edb720e5ff4dba40a.tar.gz
gentoo-2-8106802ce55b2af17bbe024edb720e5ff4dba40a.tar.bz2
gentoo-2-8106802ce55b2af17bbe024edb720e5ff4dba40a.zip
Add libpng dep, bug #206432
(Portage version: 2.1.4)
Diffstat (limited to 'games-strategy/widelands')
-rw-r--r--games-strategy/widelands/ChangeLog7
-rw-r--r--games-strategy/widelands/widelands-0.0.11.ebuild7
2 files changed, 9 insertions, 5 deletions
diff --git a/games-strategy/widelands/ChangeLog b/games-strategy/widelands/ChangeLog
index 3ad0a094eab4..e8579a010f77 100644
--- a/games-strategy/widelands/ChangeLog
+++ b/games-strategy/widelands/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/widelands
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/widelands/ChangeLog,v 1.12 2007/09/14 14:20:29 nyhm Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/widelands/ChangeLog,v 1.13 2008/01/22 08:39:33 nyhm Exp $
+
+ 22 Jan 2008; Tristan Heaven <nyhm@gentoo.org> widelands-0.0.11.ebuild:
+ Add libpng dep, bug #206432
*widelands-0.0.11 (14 Sep 2007)
diff --git a/games-strategy/widelands/widelands-0.0.11.ebuild b/games-strategy/widelands/widelands-0.0.11.ebuild
index 128ae683973b..198084d0e109 100644
--- a/games-strategy/widelands/widelands-0.0.11.ebuild
+++ b/games-strategy/widelands/widelands-0.0.11.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/widelands/widelands-0.0.11.ebuild,v 1.1 2007/09/14 14:20:29 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/widelands/widelands-0.0.11.ebuild,v 1.2 2008/01/22 08:39:33 nyhm Exp $
inherit eutils flag-o-matic toolchain-funcs versionator games
@@ -20,6 +20,7 @@ RDEPEND="media-libs/libsdl
media-libs/sdl-net
media-libs/sdl-ttf
media-libs/sdl-gfx
+ media-libs/libpng
nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"
@@ -29,7 +30,7 @@ S=${WORKDIR}/${PN}
src_unpack() {
unpack ${A}
cd "${S}"
- rm -f $(find -name SConscript)
+ rm -f $(find . -name SConscript)
epatch "${FILESDIR}"/${P}-build.patch