aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2023-02-11 11:58:59 +0000
committerDima Panov <fluffy@FreeBSD.org>2023-02-11 11:58:59 +0000
commit6ef36e437be104fba43aba5d7e12d3f9e606f892 (patch)
tree33e83672d27da166d7969c0544390a1418fea4ee
parent2aad3c6cfbec78c93717caaf24a20cf7f7828a4d (diff)
downloadports-6ef36e437be104fba43aba5d7e12d3f9e606f892.tar.gz
ports-6ef36e437be104fba43aba5d7e12d3f9e606f892.zip
lang/php80: unbreak build after 6e1233be2292 (Convert USE_LDAP to USES=ldap)
Approved by: portmgr blanket
-rw-r--r--lang/php80/Makefile.ext2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php80/Makefile.ext b/lang/php80/Makefile.ext
index 8621f7c23145..9129e16808d7 100644
--- a/lang/php80/Makefile.ext
+++ b/lang/php80/Makefile.ext
@@ -197,7 +197,7 @@ BUILD_DEPENDS= re2c:devel/re2c
.if ${PHP_MODNAME} == "ldap"
CONFIGURE_ARGS+=--with-ldap=${LOCALBASE} --with-ldap-sasl=${LOCALBASE}
-USE+= ldap
+USES+= ldap
.endif
.if ${PHP_MODNAME} == "mbstring"