From 17b070054b8539fee035593c91e3979e93017421 Mon Sep 17 00:00:00 2001 From: tijl Date: Fri, 29 Aug 2014 10:21:51 +0000 Subject: Fix dependencies on libtidy Reported by: amdmi3 --- lang/php5/Makefile.ext | 2 +- lang/php53/Makefile.ext | 2 +- lang/php55/Makefile.ext | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'lang') diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index 575a87485947..e03a540c1245 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/Makefile.ext @@ -389,7 +389,7 @@ CONFIGURE_ARGS+=--enable-sysvshm .if ${PHP_MODNAME} == "tidy" CONFIGURE_ARGS+=--with-tidy=${LOCALBASE} -LIB_DEPENDS+= libtidy-0.99.so:${PORTSDIR}/www/tidy-lib +LIB_DEPENDS+= libtidy.so:${PORTSDIR}/www/tidy-lib .endif .if ${PHP_MODNAME} == "tokenizer" diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index 49c26d479948..15f843194811 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -391,7 +391,7 @@ CONFIGURE_ARGS+=--enable-sysvshm .if ${PHP_MODNAME} == "tidy" CONFIGURE_ARGS+=--with-tidy=${LOCALBASE} -LIB_DEPENDS+= libtidy-0.99.so.0:${PORTSDIR}/www/tidy-lib +LIB_DEPENDS+= libtidy.so:${PORTSDIR}/www/tidy-lib .endif .if ${PHP_MODNAME} == "tokenizer" diff --git a/lang/php55/Makefile.ext b/lang/php55/Makefile.ext index 07c7519071a9..d9d5344ddc59 100644 --- a/lang/php55/Makefile.ext +++ b/lang/php55/Makefile.ext @@ -393,7 +393,7 @@ CONFIGURE_ARGS+=--enable-sysvshm .if ${PHP_MODNAME} == "tidy" CONFIGURE_ARGS+=--with-tidy=${LOCALBASE} -LIB_DEPENDS+= libtidy-0.99.so:${PORTSDIR}/www/tidy-lib +LIB_DEPENDS+= libtidy.so:${PORTSDIR}/www/tidy-lib .endif .if ${PHP_MODNAME} == "tokenizer" -- cgit