From 5fbf541c7d2b75a225573a4da3bc687a821f5cef Mon Sep 17 00:00:00 2001 From: Tijl Coosemans Date: Sat, 19 Apr 2014 15:57:46 +0000 Subject: Fix libfreetype dependencies. PR: ports/188792 --- lang/php53/Makefile.ext | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang') diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index 83751fc4e75f..a8fa498cfc29 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} \ -- cgit v1.2.3