summaryrefslogtreecommitdiff
path: root/lang/php5
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-02-27 07:45:21 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-02-27 07:45:21 +0000
commit806e0bac9c684c3387adb0dbbe39f01adfab968a (patch)
treecd90bd46214c7b9096ebb702fe81f63b645454c8 /lang/php5
parent- Split the port into 3 parts: ocaml, ocaml-nox11 (slave port), ocaml-doc (diff)
Add PostScript Type-1 font support for GD extension.
PR: ports/63410 Submitted by: Toni Viemerö <toni.viemero@iki.fi> (PR) Lars Balker Rasmussen <lars@balker.org> (email)
Notes
Notes: svn path=/head/; revision=102262
Diffstat (limited to 'lang/php5')
-rw-r--r--lang/php5/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index a13681f6f634..3f7c2ae41322 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -288,12 +288,14 @@ CONFIGURE_ARGS+=--enable-ftp
.if defined(WITH_GD)
LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2
+LIB_DEPENDS+= t1.5:${PORTSDIR}/devel/t1lib
LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png
LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg
CONFIGURE_ARGS+=--with-gd \
--enable-gd-native-ttf \
--enable-gd-jis-conv \
--with-freetype-dir=${LOCALBASE} \
+ --with-t1lib=${LOCALBASE} \
--with-jpeg-dir=${LOCALBASE} \
--with-png-dir=${LOCALBASE}
.if !defined(WITHOUT_X11)