diff options
author | kris <kris@FreeBSD.org> | 2006-01-23 03:54:26 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-01-23 03:54:26 +0800 |
commit | 2938f0e357789ba691af041def4c1a57f06486dc (patch) | |
tree | 7fa79826e98ac123b71a433e1927aad5266082c6 /chinese/zhcon | |
parent | b4fe9af4fd2c4b764418dcd06165b522ad10c210 (diff) | |
download | freebsd-ports-gnome-2938f0e357789ba691af041def4c1a57f06486dc.tar.gz freebsd-ports-gnome-2938f0e357789ba691af041def4c1a57f06486dc.tar.zst freebsd-ports-gnome-2938f0e357789ba691af041def4c1a57f06486dc.zip |
BROKEN when WITHOUT_NLS: Does not compile without gettext
Diffstat (limited to 'chinese/zhcon')
-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 |