diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-02-11 19:47:35 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-02-11 19:47:35 +0000 |
commit | 6a9296bb2332d796c5bf374a25b64e0b7b1d9f5b (patch) | |
tree | 71a298e3c53729d29e1c93505cf67b7426dd3a41 /games-emulation/mekanix/mekanix-070.ebuild | |
parent | Install example configuration file for bug 113788. (diff) | |
download | gentoo-2-6a9296bb2332d796c5bf374a25b64e0b7b1d9f5b.tar.gz gentoo-2-6a9296bb2332d796c5bf374a25b64e0b7b1d9f5b.tar.bz2 gentoo-2-6a9296bb2332d796c5bf374a25b64e0b7b1d9f5b.zip |
Added media-libs/libpng to RDEPEND and closing bug #121693.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'games-emulation/mekanix/mekanix-070.ebuild')
-rw-r--r-- | games-emulation/mekanix/mekanix-070.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/games-emulation/mekanix/mekanix-070.ebuild b/games-emulation/mekanix/mekanix-070.ebuild index ed16eae5015b..85f282b32c51 100644 --- a/games-emulation/mekanix/mekanix-070.ebuild +++ b/games-emulation/mekanix/mekanix-070.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-emulation/mekanix/mekanix-070.ebuild,v 1.2 2006/02/11 04:46:30 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mekanix/mekanix-070.ebuild,v 1.3 2006/02/11 19:47:35 wolf31o2 Exp $ inherit games @@ -13,7 +13,10 @@ SLOT="0" KEYWORDS="x86" IUSE="" -RDEPEND="|| ( x11-libs/libXpm virtual/x11 )" +RDEPEND="media-libs/libpng + || ( + x11-libs/libXpm + virtual/x11 )" S=${WORKDIR}/${PN} |