aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/zhcon
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-01-23 03:54:26 +0800
committerkris <kris@FreeBSD.org>2006-01-23 03:54:26 +0800
commit2938f0e357789ba691af041def4c1a57f06486dc (patch)
tree7fa79826e98ac123b71a433e1927aad5266082c6 /chinese/zhcon
parentb4fe9af4fd2c4b764418dcd06165b522ad10c210 (diff)
downloadfreebsd-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/Makefile1
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