diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-05 21:01:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-05 21:01:48 +0000 |
commit | 32ac6362051e50e3a9b9028d640f74fab6960ae5 (patch) | |
tree | 1632c2f31800f9c78cc4a9bbd0cd49b7ba067058 /media-libs | |
parent | needs imlib-1.x (diff) | |
download | gentoo-2-32ac6362051e50e3a9b9028d640f74fab6960ae5.tar.gz gentoo-2-32ac6362051e50e3a9b9028d640f74fab6960ae5.tar.bz2 gentoo-2-32ac6362051e50e3a9b9028d640f74fab6960ae5.zip |
err, i am dumb
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/fnlib/fnlib-0.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/fnlib/fnlib-0.5-r1.ebuild b/media-libs/fnlib/fnlib-0.5-r1.ebuild index 16ea75ae2276..e2e7440b65f9 100644 --- a/media-libs/fnlib/fnlib-0.5-r1.ebuild +++ b/media-libs/fnlib/fnlib-0.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/fnlib/fnlib-0.5-r1.ebuild,v 1.16 2003/11/05 21:00:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/fnlib/fnlib-0.5-r1.ebuild,v 1.17 2003/11/05 21:01:48 vapier Exp $ DESCRIPTION="Font Library" HOMEPAGE="http://www.enlightenment.org/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86 ppc sparc alpha" DEPEND="virtual/glibc - =media-libs/imlib-1*" + media-libs/imlib" src_compile() { econf --sysconfdir=/etc/fnlib || die |