summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Herbert <stuart@gentoo.org>2004-07-22 08:38:09 +0000
committerStuart Herbert <stuart@gentoo.org>2004-07-22 08:38:09 +0000
commit77153beba8646700fadffecb2b1655bc5076546b (patch)
tree8c0e10de3d2810981a9408db4bcae8a1a3c80451 /eclass/php5-sapi.eclass
parentUSE=static and USE=pic support added. Update DEPEND to use fftw-3. Thanks t... (diff)
downloadgentoo-2-77153beba8646700fadffecb2b1655bc5076546b.tar.gz
gentoo-2-77153beba8646700fadffecb2b1655bc5076546b.tar.bz2
gentoo-2-77153beba8646700fadffecb2b1655bc5076546b.zip
Added missing t1lib dep, plus told the ebuild where to find fdftk
Diffstat (limited to 'eclass/php5-sapi.eclass')
-rw-r--r--eclass/php5-sapi.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/php5-sapi.eclass b/eclass/php5-sapi.eclass
index 35813d12a748..df15e14584c6 100644
--- a/eclass/php5-sapi.eclass
+++ b/eclass/php5-sapi.eclass
@@ -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/eclass/php5-sapi.eclass,v 1.8 2004/07/21 16:15:23 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.9 2004/07/22 08:38:09 stuart Exp $
#
# eclass/php5-sapi.eclass
# Eclass for building different php5 SAPI instances
@@ -63,7 +63,7 @@ DEPEND="$DEPEND
sybase? ( dev-db/freetds )
tidy? ( app-text/htmltidy )
tiff? ( media-libs/tiff )
- truetype? ( media-libs/freetype )
+ truetype? ( media-libs/freetype >=media-libs/t1lib-5.0.0 )
wddx? ( dev-libs/expat )
xml2? ( dev-libs/libxml2 )
xpm? ( virtual/x11 )
@@ -312,7 +312,7 @@ php5-sapi_src_compile () {
enable_extension_enable "exif" "exif" 1
enable_extension_with "fam" "fam" 1
enable_extension_with "fbsql" "frontbase" 1
- enable_extension_with "fdftk" "fdftk" 1
+ enable_extension_with "fdftk" "fdftk" 1 "/opt/fdftk-6.0"
enable_extension_enable "filepro" "filepro" 1
enable_extension_enable "ftp" "ftp" 1
enable_extension_with "gettext" "nls" 1