diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-23 22:04:20 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-23 22:04:20 +0000 |
commit | 32242c6b1e0a43ee8938122be54013158af8bdff (patch) | |
tree | 7a451e291d60ebee0b72baf6e122e73639b80783 /x11-libs/openmotif/openmotif-2.3.3.ebuild | |
parent | Disable erlang-grade in install_libgrades (diff) | |
download | historical-32242c6b1e0a43ee8938122be54013158af8bdff.tar.gz historical-32242c6b1e0a43ee8938122be54013158af8bdff.tar.bz2 historical-32242c6b1e0a43ee8938122be54013158af8bdff.zip |
Use virtual/jpeg.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'x11-libs/openmotif/openmotif-2.3.3.ebuild')
-rw-r--r-- | x11-libs/openmotif/openmotif-2.3.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/openmotif/openmotif-2.3.3.ebuild b/x11-libs/openmotif/openmotif-2.3.3.ebuild index bbd231e07399..07531a72664f 100644 --- a/x11-libs/openmotif/openmotif-2.3.3.ebuild +++ b/x11-libs/openmotif/openmotif-2.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild,v 1.4 2010/04/11 00:02:34 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild,v 1.5 2010/07/23 22:04:20 ssuominen Exp $ EAPI="3" @@ -26,8 +26,8 @@ RDEPEND="x11-libs/libXmu x11-libs/libXp unicode? ( virtual/libiconv ) xft? ( x11-libs/libXft ) - jpeg? ( media-libs/jpeg ) - png? ( media-libs/libpng )" + jpeg? ( virtual/jpeg ) + png? ( >=media-libs/libpng-1.4 )" DEPEND="${RDEPEND} sys-devel/flex x11-misc/xbitmaps" |