diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-02 03:58:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-02 03:58:22 +0000 |
commit | cbcfcb65f1a1fd7736fab751511e5983ecefd3e9 (patch) | |
tree | d7e19b9df42e70bb4199a96ef9835664c276f7c5 /x11-libs | |
parent | bah diffs (diff) | |
download | gentoo-2-cbcfcb65f1a1fd7736fab751511e5983ecefd3e9.tar.gz gentoo-2-cbcfcb65f1a1fd7736fab751511e5983ecefd3e9.tar.bz2 gentoo-2-cbcfcb65f1a1fd7736fab751511e5983ecefd3e9.zip |
fix DEPEND #36481
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libast/libast-0.5-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-libs/libast/libast-0.5-r1.ebuild b/x11-libs/libast/libast-0.5-r1.ebuild index b89616d381fc..e29607af48eb 100644 --- a/x11-libs/libast/libast-0.5-r1.ebuild +++ b/x11-libs/libast/libast-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/x11-libs/libast/libast-0.5-r1.ebuild,v 1.5 2003/12/02 01:26:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libast/libast-0.5-r1.ebuild,v 1.6 2004/01/02 03:58:22 vapier Exp $ DESCRIPTION="LIBrary of Assorted Spiffy Things" HOMEPAGE="http://www.eterm.org/download/" @@ -9,11 +9,12 @@ SRC_URI="http://www.eterm.org/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc alpha sparc mips alpha arm hppa" -IUSE="imlib mmx" +IUSE="imlib mmx perl" DEPEND="virtual/x11 =media-libs/freetype-1* - imlib? ( media-libs/imlib2 )" + imlib? ( media-libs/imlib2 ) + perl? ( dev-libs/libpcre )" src_compile() { econf \ |