diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-01 18:29:06 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-01 18:29:06 +0000 |
commit | e7a06628a4d29026c8cef4a517ab39d6fd32aa8c (patch) | |
tree | 0d5b29a9554a2283cce1198ab46a582bed22a59b /media-libs/imlib | |
parent | virtual/x11 (diff) | |
download | gentoo-2-e7a06628a4d29026c8cef4a517ab39d6fd32aa8c.tar.gz gentoo-2-e7a06628a4d29026c8cef4a517ab39d6fd32aa8c.tar.bz2 gentoo-2-e7a06628a4d29026c8cef4a517ab39d6fd32aa8c.zip |
virtual/x11 change
Diffstat (limited to 'media-libs/imlib')
-rw-r--r-- | media-libs/imlib/imlib-1.9.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/imlib/imlib-1.9.10.ebuild b/media-libs/imlib/imlib-1.9.10.ebuild index 2c048badd015..72b5f942c4b2 100644 --- a/media-libs/imlib/imlib-1.9.10.ebuild +++ b/media-libs/imlib/imlib-1.9.10.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/imlib-1.9.10.ebuild,v 1.1 2001/04/08 16:26:14 pete Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/imlib-1.9.10.ebuild,v 1.2 2001/05/01 18:29:05 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -19,7 +19,7 @@ DEPEND="virtual/glibc >=media-libs/jpeg-6b >=dev-libs/glib-1.2.10 >=x11-libs/gtk+-1.2.10 - >=x11-base/xfree-4.0.1" + virtual/x11" src_compile() { cd ${S} |