summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-12-27 06:49:04 +0000
committerMike Frysinger <vapier@gentoo.org>2004-12-27 06:49:04 +0000
commit1b1b85a2ad10b471336622de13627d84a88faccc (patch)
treee36b9ada80bec529f7667c6d9295b2c14f7dedc8 /x11-libs/libast/libast-0.5-r2.ebuild
parentAdd support for USE=opengl to track glgtkext support #47039 by Nicolai Lissne... (diff)
downloadgentoo-2-1b1b85a2ad10b471336622de13627d84a88faccc.tar.gz
gentoo-2-1b1b85a2ad10b471336622de13627d84a88faccc.tar.bz2
gentoo-2-1b1b85a2ad10b471336622de13627d84a88faccc.zip
make truetype optional #74920
Diffstat (limited to 'x11-libs/libast/libast-0.5-r2.ebuild')
-rw-r--r--x11-libs/libast/libast-0.5-r2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/libast/libast-0.5-r2.ebuild b/x11-libs/libast/libast-0.5-r2.ebuild
index 9acf36f0941e..9b96c06cf630 100644
--- a/x11-libs/libast/libast-0.5-r2.ebuild
+++ b/x11-libs/libast/libast-0.5-r2.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.5-r2.ebuild,v 1.7 2004/11/04 01:00:01 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libast/libast-0.5-r2.ebuild,v 1.8 2004/12/27 06:49:04 vapier Exp $
inherit 64-bit eutils
@@ -14,7 +14,7 @@ KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86"
IUSE="X imlib mmx pcre"
DEPEND="virtual/x11
- =media-libs/freetype-1*
+ truetype? ( =media-libs/freetype-1* )
imlib? ( media-libs/imlib2 )
pcre? ( dev-libs/libpcre )"
@@ -33,6 +33,6 @@ src_compile() {
}
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
dodoc README DESIGN ChangeLog
}