diff options
| author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-29 10:21:51 +0000 |
|---|---|---|
| committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-29 10:21:51 +0000 |
| commit | 49947868c8fc61e4b048965592161eca4195eb40 (patch) | |
| tree | 75281afd36c17c8dcbddbfb394e8bc8695ea46fe /lang/php53 | |
| parent | 79d47e25ef47891fc4eb5f5f939d6efed56cc151 (diff) | |
Notes
Diffstat (limited to 'lang/php53')
| -rw-r--r-- | lang/php53/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
