aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/ap-utils
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-02-06 09:05:03 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-02-06 09:05:03 +0000
commit1c76799bfeb64905f6c693c50ca396295de6a808 (patch)
tree309d0c4c53fe219f7f05ac6030c05d7bd207a52c /net-mgmt/ap-utils
parent944698ca34dcdb6df548d22cff948cc87afe99e2 (diff)
downloadports-1c76799bfeb64905f6c693c50ca396295de6a808.tar.gz
ports-1c76799bfeb64905f6c693c50ca396295de6a808.zip
Remove options helpers that do not exist. And in one case, probably fix
the helper usage. Noticed by: tobik
Notes
Notes: svn path=/head/; revision=492294
Diffstat (limited to 'net-mgmt/ap-utils')
-rw-r--r--net-mgmt/ap-utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/ap-utils/Makefile b/net-mgmt/ap-utils/Makefile
index 346e765a59bf..3c0e7596538f 100644
--- a/net-mgmt/ap-utils/Makefile
+++ b/net-mgmt/ap-utils/Makefile
@@ -19,7 +19,7 @@ OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
NLS_USES= gettext
-NLS_CONFIGURE_WITHOUT= --disable-nls
+NLS_CONFIGURE_OFF= --disable-nls
.include <bsd.port.options.mk>