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 | 87f296fdf29831e3006582b733492bfdd762a99c (patch) | |
tree | 0ccf2c2d5c08dc493ef2a4c2a949d5a12f87ca9d /x11-libs/libast | |
parent | bah diffs (diff) | |
download | historical-87f296fdf29831e3006582b733492bfdd762a99c.tar.gz historical-87f296fdf29831e3006582b733492bfdd762a99c.tar.bz2 historical-87f296fdf29831e3006582b733492bfdd762a99c.zip |
fix DEPEND #36481
Diffstat (limited to 'x11-libs/libast')
-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 \ |