diff options
Diffstat (limited to 'x11-libs/libast/libast-0.6.ebuild')
-rw-r--r-- | x11-libs/libast/libast-0.6.ebuild | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/x11-libs/libast/libast-0.6.ebuild b/x11-libs/libast/libast-0.6.ebuild index 6adead17e3f8..0182e4ed7eb2 100644 --- a/x11-libs/libast/libast-0.6.ebuild +++ b/x11-libs/libast/libast-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libast/libast-0.6.ebuild,v 1.1 2004/11/04 00:51:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libast/libast-0.6.ebuild,v 1.2 2004/11/04 01:00:01 vapier Exp $ inherit 64-bit eutils @@ -11,18 +11,12 @@ SRC_URI="http://www.eterm.org/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="-*" -IUSE="imlib mmx perl" +IUSE="imlib mmx pcre" DEPEND="virtual/x11 =media-libs/freetype-1* imlib? ( media-libs/imlib2 ) - perl? ( dev-libs/libpcre )" - -fsrc_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/libast-64bit.patch -} + pcre? ( dev-libs/libpcre )" src_compile() { econf \ |