diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-02-27 07:45:21 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-02-27 07:45:21 +0000 |
commit | 806e0bac9c684c3387adb0dbbe39f01adfab968a (patch) | |
tree | cd90bd46214c7b9096ebb702fe81f63b645454c8 /lang/php53 | |
parent | 96b0c1397b85af330941cd2ab10ef05c76eb5ec3 (diff) |
Notes
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile | 2 |
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) |