diff options
author | kris <kris@FreeBSD.org> | 2006-01-22 20:00:50 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-01-22 20:00:50 +0000 |
commit | 21942ac659b5becce45543cb4a0ffab048b72dcc (patch) | |
tree | 55cc30ce0c3ab8690a155b852f67728bd0be83ee /net-mgmt/ap-utils/Makefile | |
parent | 2938f0e357789ba691af041def4c1a57f06486dc (diff) | |
download | FreeBSD-ports-21942ac659b5becce45543cb4a0ffab048b72dcc.zip FreeBSD-ports-21942ac659b5becce45543cb4a0ffab048b72dcc.tar.gz |
BROKEN when WITHOUT_NLS: Does not build without gettext
Diffstat (limited to 'net-mgmt/ap-utils/Makefile')
-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 6d2b7ea..69339b2 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 |