1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

lang/php80: unbreak build after 6e1233be22 (Convert USE_LDAP to USES=ldap)

Approved by:	portmgr blanket
This commit is contained in:
Dima Panov 2023-02-11 14:58:59 +03:00
parent 2aad3c6cfb
commit 6ef36e437b

View File

@ -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"