aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-01-23 10:54:50 +0800
committerkris <kris@FreeBSD.org>2006-01-23 10:54:50 +0800
commit15d15ada20df7f032523fec0f1a921a1e3ce3964 (patch)
tree778dd4d888d218ae057c501000fc702f289615f7 /irc
parent470360806d9bfc7a52eaac4dab78e20f9cafad6a (diff)
downloadfreebsd-ports-gnome-15d15ada20df7f032523fec0f1a921a1e3ce3964.tar.gz
freebsd-ports-gnome-15d15ada20df7f032523fec0f1a921a1e3ce3964.tar.zst
freebsd-ports-gnome-15d15ada20df7f032523fec0f1a921a1e3ce3964.zip
BROKEN with WITHOUT_NLS: Does not compile without gettext
Diffstat (limited to 'irc')
-rw-r--r--irc/weechat-devel/Makefile1
-rw-r--r--irc/weechat/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile
index 323dd3b72a62..5ffaf44ef72a 100644
--- a/irc/weechat-devel/Makefile
+++ b/irc/weechat-devel/Makefile
@@ -38,6 +38,7 @@ PLIST_FILES+= %%NLS%%share/locale/${lang}/LC_MESSAGES/weechat.mo
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else
+BROKEN= "Does not compile without gettext"
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif
diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile
index 323dd3b72a62..5ffaf44ef72a 100644
--- a/irc/weechat/Makefile
+++ b/irc/weechat/Makefile
@@ -38,6 +38,7 @@ PLIST_FILES+= %%NLS%%share/locale/${lang}/LC_MESSAGES/weechat.mo
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else
+BROKEN= "Does not compile without gettext"
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif