summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-01-22 20:00:50 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-01-22 20:00:50 +0000
commit106e69742bab2d8e2e8d79cf73bda94365aa9948 (patch)
treef30a9a8e91b535285d1feed1e0973e405f713786 /net-mgmt
parentBROKEN when WITHOUT_NLS: Does not compile without gettext (diff)
BROKEN when WITHOUT_NLS: Does not build without gettext
Notes
Notes: svn path=/head/; revision=154185
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/ap-utils/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/ap-utils/Makefile b/net-mgmt/ap-utils/Makefile
index 6d2b7ea24032..69339b2fbc3c 100644
--- a/net-mgmt/ap-utils/Makefile
+++ b/net-mgmt/ap-utils/Makefile
@@ -25,6 +25,7 @@ MAN8= ap-trapd.8 ap-mrtg.8 ap-config.8
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else
+BROKEN= "Does not build without gettext"
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif