svn commit: r348514 - head/databases/ntdb
Timur I. Bakeyev
timur at FreeBSD.org
Tue Mar 18 04:28:46 UTC 2014
Author: timur
Date: Tue Mar 18 04:28:46 2014
New Revision: 348514
URL: http://svnweb.freebsd.org/changeset/ports/348514
QAT: https://qat.redports.org/buildarchive/r348514/
Log:
Explicitly disable gettext.
Modified:
head/databases/ntdb/Makefile
Modified: head/databases/ntdb/Makefile
==============================================================================
--- head/databases/ntdb/Makefile Tue Mar 18 04:12:09 2014 (r348513)
+++ head/databases/ntdb/Makefile Tue Mar 18 04:28:46 2014 (r348514)
@@ -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
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
More information about the svn-ports-all
mailing list