diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-01-24 04:05:15 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-01-24 04:05:15 +0000 |
commit | 7d24c090578972803b63216189c9cfbd184d3a53 (patch) | |
tree | 94d188fe21fe6297d3a4dfbbfcfb650148e86224 /archivers/libcomprex | |
parent | 41dd8d30929b8c80a7b90001539ff4d464b9323b (diff) | |
download | ports-7d24c090578972803b63216189c9cfbd184d3a53.tar.gz ports-7d24c090578972803b63216189c9cfbd184d3a53.zip |
Notes
Diffstat (limited to 'archivers/libcomprex')
-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 |