diff options
Diffstat (limited to 'lang/php73')
-rw-r--r-- | lang/php73/Makefile | 2 | ||||
-rw-r--r-- | lang/php73/Makefile.ext | 6 |
2 files changed, 2 insertions, 6 deletions
diff --git a/lang/php73/Makefile b/lang/php73/Makefile index dbf7db29339b..f47d4aa6ed81 100644 --- a/lang/php73/Makefile +++ b/lang/php73/Makefile @@ -1,6 +1,6 @@ PORTNAME= php73 DISTVERSION= 7.3.29 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${DISTVERSION} diff --git a/lang/php73/Makefile.ext b/lang/php73/Makefile.ext index b4383b45c864..196614f1481d 100644 --- a/lang/php73/Makefile.ext +++ b/lang/php73/Makefile.ext @@ -174,13 +174,9 @@ CONFIGURE_ARGS+=--enable-json .endif .if ${PHP_MODNAME} == "ldap" -CONFIGURE_ARGS+=--with-ldap=${LOCALBASE} +CONFIGURE_ARGS+=--with-ldap=${LOCALBASE} --with-ldap-sasl=${LOCALBASE} USE_OPENLDAP= yes - -. ifdef(WANT_OPENLDAP_SASL) -CONFIGURE_ARGS+=--with-ldap-sasl=${LOCALBASE} -. endif .endif .if ${PHP_MODNAME} == "mbstring" |