diff options
author | tijl <tijl@FreeBSD.org> | 2014-08-29 18:21:51 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-08-29 18:21:51 +0800 |
commit | 17b070054b8539fee035593c91e3979e93017421 (patch) | |
tree | 75281afd36c17c8dcbddbfb394e8bc8695ea46fe /lang/php55 | |
parent | 92cfcb0c16245a33e72cee9513824258900fe568 (diff) | |
download | freebsd-ports-gnome-17b070054b8539fee035593c91e3979e93017421.tar.gz freebsd-ports-gnome-17b070054b8539fee035593c91e3979e93017421.tar.zst freebsd-ports-gnome-17b070054b8539fee035593c91e3979e93017421.zip |
Fix dependencies on libtidy
Reported by: amdmi3
Diffstat (limited to 'lang/php55')
-rw-r--r-- | lang/php55/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 deletions
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" |