diff options
author | tijl <tijl@FreeBSD.org> | 2014-04-19 23:57:46 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-04-19 23:57:46 +0800 |
commit | 1d6bcc9ca5fd5e89d4ba8e4a5b2aa3d0c3e72e14 (patch) | |
tree | 51e41765778e07a6881a3398a534357862a9c2e0 /lang | |
parent | 6134c78b5a3cd10d571f0d503106adc91980de02 (diff) | |
download | freebsd-ports-graphics-1d6bcc9ca5fd5e89d4ba8e4a5b2aa3d0c3e72e14.tar.gz freebsd-ports-graphics-1d6bcc9ca5fd5e89d4ba8e4a5b2aa3d0c3e72e14.tar.zst freebsd-ports-graphics-1d6bcc9ca5fd5e89d4ba8e4a5b2aa3d0c3e72e14.zip |
Fix libfreetype dependencies.
PR: ports/188792
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php53/Makefile.ext | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index 83751fc4e75..a8fa498cfc2 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -87,9 +87,9 @@ USE_OPENSSL= yes .endif .if ${PHP_MODNAME} == "gd" -LIB_DEPENDS= libfreetype.so.9:${PORTSDIR}/print/freetype2 \ +LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ libpng15.so:${PORTSDIR}/graphics/png \ - libjpeg.so.11:${PORTSDIR}/graphics/jpeg + libjpeg.so:${PORTSDIR}/graphics/jpeg CONFIGURE_ARGS+=--with-gd \ --with-freetype-dir=${LOCALBASE} \ |