diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-01-22 19:54:26 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-01-22 19:54:26 +0000 |
commit | b0062fdd8cc03f37499a15f14d308e4a124e93cb (patch) | |
tree | 581d907a9a308efb830d08d96990f20e5843ac2d /chinese | |
parent | ad05a423ed26de6fe733354048bc379b56eb1e47 (diff) | |
download | freebsd-ports-b0062fdd8cc03f37499a15f14d308e4a124e93cb.zip |
BROKEN when WITHOUT_NLS: Does not compile without gettext
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/zhcon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chinese/zhcon/Makefile b/chinese/zhcon/Makefile index 395e8493d113..2145c1194139 100644 --- a/chinese/zhcon/Makefile +++ b/chinese/zhcon/Makefile @@ -25,6 +25,7 @@ ONLY_FOR_ARCHS= i386 USE_GETTEXT= yes PLIST_SUB+= NLS="" .else +BROKEN= "Does not compile without gettext" CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif |