git: 6ef36e437be1 - main - lang/php80: unbreak build after 6e1233be2292 (Convert USE_LDAP to USES=ldap)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 11 Feb 2023 12:00:10 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6ef36e437be104fba43aba5d7e12d3f9e606f892
commit 6ef36e437be104fba43aba5d7e12d3f9e606f892
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2023-02-11 11:58:59 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2023-02-11 11:58:59 +0000
lang/php80: unbreak build after 6e1233be2292 (Convert USE_LDAP to USES=ldap)
Approved by: portmgr blanket
---
lang/php80/Makefile.ext | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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"