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:
parent
2aad3c6cfb
commit
6ef36e437b
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user