diff options
Diffstat (limited to 'lang/php55/Makefile.ext')
-rw-r--r-- | lang/php55/Makefile.ext | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php55/Makefile.ext b/lang/php55/Makefile.ext index 4535f2b7f32b..ebccd09874c5 100644 --- a/lang/php55/Makefile.ext +++ b/lang/php55/Makefile.ext @@ -87,8 +87,8 @@ USE_OPENSSL= yes .if ${PHP_MODNAME} == "gd" LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ - libpng.so:${PORTSDIR}/graphics/png \ - libjpeg.so:${PORTSDIR}/graphics/jpeg + libpng.so:${PORTSDIR}/graphics/png +USES+= jpeg CONFIGURE_ARGS+=--with-gd \ --with-freetype-dir=${LOCALBASE} \ |