mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
*/php: Switch dependency of tidy
As tidy-lib has been deprecated switch the dependencies of php8*-tidy to www/tidy-html5.
This commit is contained in:
parent
9fc3b59703
commit
747f0ed37d
@ -553,7 +553,7 @@ CONFIGURE_ARGS+= --enable-sysvshm
|
||||
.if ${PHP_MODNAME} == "tidy"
|
||||
CONFIGURE_ARGS+= --with-tidy=${LOCALBASE}
|
||||
|
||||
LIB_DEPENDS+= libtidy.so:www/tidy-lib
|
||||
LIB_DEPENDS+= libtidy5.so:www/tidy-html5
|
||||
.endif
|
||||
|
||||
.if ${PHP_MODNAME} == "tokenizer"
|
||||
|
@ -546,7 +546,7 @@ CONFIGURE_ARGS+= --enable-sysvshm
|
||||
.if ${PHP_MODNAME} == "tidy"
|
||||
CONFIGURE_ARGS+= --with-tidy=${LOCALBASE}
|
||||
|
||||
LIB_DEPENDS+= libtidy.so:www/tidy-lib
|
||||
LIB_DEPENDS+= libtidy5.so:www/tidy-html5
|
||||
.endif
|
||||
|
||||
.if ${PHP_MODNAME} == "tokenizer"
|
||||
|
@ -564,7 +564,7 @@ CONFIGURE_ARGS+= --enable-sysvshm
|
||||
.if ${PHP_MODNAME} == "tidy"
|
||||
CONFIGURE_ARGS+= --with-tidy=${LOCALBASE}
|
||||
|
||||
LIB_DEPENDS+= libtidy.so:www/tidy-lib
|
||||
LIB_DEPENDS+= libtidy5.so:www/tidy-html5
|
||||
.endif
|
||||
|
||||
.if ${PHP_MODNAME} == "tokenizer"
|
||||
|
@ -1,3 +1,4 @@
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php81
|
||||
|
@ -1,3 +1,4 @@
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php82
|
||||
|
@ -1,3 +1,4 @@
|
||||
PORTEVISION= 1
|
||||
CATEGORIES= www
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php83
|
||||
|
Loading…
Reference in New Issue
Block a user