summaryrefslogtreecommitdiff
path: root/archivers/libcomprex
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-01-24 04:05:15 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-01-24 04:05:15 +0000
commit7d24c090578972803b63216189c9cfbd184d3a53 (patch)
tree94d188fe21fe6297d3a4dfbbfcfb650148e86224 /archivers/libcomprex
parentSHA256ify (manually checked) (diff)
BROKEN with WITHOUT_NLS: Does not build without gettext
Notes
Notes: svn path=/head/; revision=154313
Diffstat (limited to 'archivers/libcomprex')
-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