Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2023 12:00:10 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6ef36e437be1 - main - lang/php80: unbreak build after 6e1233be2292 (Convert USE_LDAP to USES=ldap)
Message-ID:  <202302111200.31BC0ABL065247@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302111200.31BC0ABL065247>