diff options
author | kris <kris@FreeBSD.org> | 2006-01-24 12:05:15 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-01-24 12:05:15 +0800 |
commit | 4725b81c3447371efa7840883b1e7fc02cd64e0f (patch) | |
tree | a8190738773c5f6a80062f725943eb3870dc14d1 | |
parent | 0e011ef0f8f1e72e22e50bebe8adc8d0f83268e3 (diff) | |
download | freebsd-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/Makefile | 1 |
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 |