aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-01-24 12:05:15 +0800
committerkris <kris@FreeBSD.org>2006-01-24 12:05:15 +0800
commit4725b81c3447371efa7840883b1e7fc02cd64e0f (patch)
treea8190738773c5f6a80062f725943eb3870dc14d1
parent0e011ef0f8f1e72e22e50bebe8adc8d0f83268e3 (diff)
downloadfreebsd-ports-gnome-4725b81c3447371efa7840883b1e7fc02cd64e0f.tar.gz
freebsd-ports-gnome-4725b81c3447371efa7840883b1e7fc02cd64e0f.tar.zst
freebsd-ports-gnome-4725b81c3447371efa7840883b1e7fc02cd64e0f.zip
BROKEN with WITHOUT_NLS: Does not build without gettext
-rw-r--r--archivers/libcomprex/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/libcomprex/Makefile b/archivers/libcomprex/Makefile
index 5dddc506d393..59446491d63d 100644
--- a/archivers/libcomprex/Makefile
+++ b/archivers/libcomprex/Makefile
@@ -29,6 +29,7 @@ INSTALLS_SHLIB= yes
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else
+BROKEN= Does not build without gettext
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif