diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-01-22 20:00:50 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-01-22 20:00:50 +0000 |
commit | 106e69742bab2d8e2e8d79cf73bda94365aa9948 (patch) | |
tree | f30a9a8e91b535285d1feed1e0973e405f713786 /net-mgmt | |
parent | b0062fdd8cc03f37499a15f14d308e4a124e93cb (diff) | |
download | ports-106e69742bab2d8e2e8d79cf73bda94365aa9948.tar.gz ports-106e69742bab2d8e2e8d79cf73bda94365aa9948.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ap-utils/Makefile | 1 |
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 |