summaryrefslogtreecommitdiff
path: root/lang/php4/Makefile
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/php4/Makefile
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)
Diffstat (limited to 'lang/php4/Makefile')
-rw-r--r--lang/php4/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile
index e591c60de7c4..eaa867f32eb4 100644
--- a/lang/php4/Makefile
+++ b/lang/php4/Makefile
@@ -300,12 +300,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)