aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2023-02-14 12:16:33 +0000
committerDima Panov <fluffy@FreeBSD.org>2023-02-14 12:16:33 +0000
commit0c7005ba8e96845006585f05c3dae41e9e1849ee (patch)
tree08759427b638a6c5ce56a9f3cb3587fad43554c1
parent7cd59a7b0d9c15b24dae177e6feafea107670ff5 (diff)
downloadports-0c7005ba8e96845006585f05c3dae41e9e1849ee.tar.gz
ports-0c7005ba8e96845006585f05c3dae41e9e1849ee.zip
net/openradius: fix typo (=+ -> +=)
Reported by: poudriere bulk -t Approved by: portmfr blanket Sponsored by: Serenity Cybersecurity, LLC
-rw-r--r--net/openradius/Makefile2
1 files changed, 1 insertions, 1 deletions
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