git: fcabc4e68e16 - main - www/nginx: unbreak build after 6e1233be2292 (Convert USE_LDAP to USES=ldap)

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Thu, 09 Feb 2023 08:35:26 UTC
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fcabc4e68e161fb80cd0ea71e90848297d4d7749

commit fcabc4e68e161fb80cd0ea71e90848297d4d7749
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2023-02-09 08:31:58 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2023-02-09 08:35:20 +0000

    www/nginx: unbreak build after 6e1233be2292 (Convert USE_LDAP to USES=ldap)
    
    Reported by:    poudriere bulk -t
    Approved by:    portmgr blanket
    Sponsored by:   Serenity Cybersecurity, LLC
---
 www/nginx/Makefile.extmod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/nginx/Makefile.extmod b/www/nginx/Makefile.extmod
index 9001a2cfbdb6..a856d7d628fb 100644
--- a/www/nginx/Makefile.extmod
+++ b/www/nginx/Makefile.extmod
@@ -84,7 +84,7 @@ HTTP_AUTH_KRB5_USES=		gssapi:mit
 
 HTTP_AUTH_LDAP_GH_TUPLE=	kvspb:nginx-auth-ldap:42d195d:http_auth_ldap
 HTTP_AUTH_LDAP_VARS=		DSO_EXTMODS+=http_auth_ldap
-HTTP_AUTH_LDAP_USE=		openldap=yes
+HTTP_AUTH_LDAP_USES=		ldap
 
 HTTP_AUTH_PAM_GH_TUPLE=		sto:ngx_http_auth_pam_module:v1.5.1:auth_pam
 HTTP_AUTH_PAM_VARS=		DSO_EXTMODS+=auth_pam