git: 0c7005ba8e96 - main - net/openradius: fix typo (=+ -> +=)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Feb 2023 12:18:29 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=0c7005ba8e96845006585f05c3dae41e9e1849ee commit 0c7005ba8e96845006585f05c3dae41e9e1849ee Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2023-02-14 12:16:33 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2023-02-14 12:16:33 +0000 net/openradius: fix typo (=+ -> +=) Reported by: poudriere bulk -t Approved by: portmfr blanket Sponsored by: Serenity Cybersecurity, LLC --- net/openradius/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/openradius/Makefile b/net/openradius/Makefile index 0e2ced955b92..1df089582a35 100644 --- a/net/openradius/Makefile +++ b/net/openradius/Makefile @@ -33,7 +33,7 @@ OPTIONS_DEFINE= LDAP DOCS EXAMPLES .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MLDAP} -USES=+ ldap +USES+= ldap PLIST_SUB+= LDAP="" SCRIPTS_ENV+= USE_LDAP=yes .else