aboutsummaryrefslogtreecommitdiff
path: root/lang/php53
diff options
context:
space:
mode:
Diffstat (limited to 'lang/php53')
-rw-r--r--lang/php53/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/php53/Makefile b/lang/php53/Makefile
index a13681f6f634..3f7c2ae41322 100644
--- a/lang/php53/Makefile
+++ b/lang/php53/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)