aboutsummaryrefslogtreecommitdiffstats
path: root/databases/ntdb
diff options
context:
space:
mode:
authortimur <timur@FreeBSD.org>2014-04-21 07:46:59 +0800
committertimur <timur@FreeBSD.org>2014-04-21 07:46:59 +0800
commit7ef875f0202f0aa51058604fe18028851c6569ce (patch)
tree427d62073166341f8aeb24a3b76dab1341386e3e /databases/ntdb
parent3afd6d3eb5771cb4d699b16bdadbf9d456281981 (diff)
downloadfreebsd-ports-gnome-7ef875f0202f0aa51058604fe18028851c6569ce.tar.gz
freebsd-ports-gnome-7ef875f0202f0aa51058604fe18028851c6569ce.tar.zst
freebsd-ports-gnome-7ef875f0202f0aa51058604fe18028851c6569ce.zip
Add NO_PYTHON knob to make lev@ a bit happier. Minor version update of tdb.
Diffstat (limited to 'databases/ntdb')
-rw-r--r--databases/ntdb/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/ntdb/Makefile b/databases/ntdb/Makefile
index 7c1275a8f99c..5026ce3041a9 100644
--- a/databases/ntdb/Makefile
+++ b/databases/ntdb/Makefile
@@ -63,10 +63,14 @@ CONFIGURE_ARGS+= --jobs=${MAKE_JOBS_NUMBER}
_MAKE_JOBS+= --jobs=${MAKE_JOBS_NUMBER}
.endif
+.if defined(NO_PYTHON)
+CONFIGURE_ARGS+= --disable-python
+.else
USE_PYTHON_RUN= yes
PLIST_FILES+= %%PYTHON_SITELIBDIR%%/ntdb.so
PLIST_DIRSTRY+= %%PYTHON_SITELIBDIR%% \
%%PYTHON_LIBDIR%%
+.endif
TDB_MAN3= man/man3/ntdb.3.gz