diff options
author | timur <timur@FreeBSD.org> | 2014-03-18 04:28:46 +0000 |
---|---|---|
committer | timur <timur@FreeBSD.org> | 2014-03-18 04:28:46 +0000 |
commit | a87dac0d06eedd2e6b35ef9e74949cb84d216686 (patch) | |
tree | 89497ac88dedac6f4624f9623e8bd68dadf37810 | |
parent | 7769f2a28ea2fc5fba926a959ac6c8e5c5d5d559 (diff) | |
download | FreeBSD-ports-a87dac0d06eedd2e6b35ef9e74949cb84d216686.zip FreeBSD-ports-a87dac0d06eedd2e6b35ef9e74949cb84d216686.tar.gz |
Explicitly disable gettext.
-rw-r--r-- | databases/ntdb/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/ntdb/Makefile b/databases/ntdb/Makefile index 765dc03..7c1275a 100644 --- a/databases/ntdb/Makefile +++ b/databases/ntdb/Makefile @@ -13,6 +13,8 @@ COMMENT= Not so Trivial DataBase LICENSE= GPLv3 +CONFLICTS= + USES= compiler pkgconfig USE_PYTHON_BUILD= 2 USE_LDCONFIG= yes @@ -24,7 +26,8 @@ PLIST_SUB+= PKGCONFIGDIR=${PKGCONFIGDIR:S;${PREFIX}/;;} CONFIGURE_ARGS+= --prefix=${PREFIX} \ --mandir=${MANPREFIX}/man \ - --infodir=${PREFIX}/${INFO_PATH}/${INFO_SUBDIR} + --infodir=${PREFIX}/${INFO_PATH}/${INFO_SUBDIR} \ + --without-gettext # Support staging DESTDIRNAME= --destdir |