From 15d15ada20df7f032523fec0f1a921a1e3ce3964 Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 23 Jan 2006 02:54:50 +0000 Subject: BROKEN with WITHOUT_NLS: Does not compile without gettext --- irc/weechat-devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'irc/weechat-devel') 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 -- cgit