aboutsummaryrefslogtreecommitdiff
path: root/databases/tdb
diff options
context:
space:
mode:
authorTimur I. Bakeyev <timur@FreeBSD.org>2017-11-21 17:00:12 +0000
committerTimur I. Bakeyev <timur@FreeBSD.org>2017-11-21 17:00:12 +0000
commitdbaa72074dde53ac57163412088b7e8775e6821a (patch)
tree979630746e3f1fe921888b0b77638de4d25443f0 /databases/tdb
parent4e15df801dd1e5bac66658956d08fdbac9e88a3c (diff)
downloadports-dbaa72074dde53ac57163412088b7e8775e6821a.tar.gz
ports-dbaa72074dde53ac57163412088b7e8775e6821a.zip
Make sure that you can compile all supplimentary ports without Python bindings
Notes
Notes: svn path=/head/; revision=454619
Diffstat (limited to 'databases/tdb')
-rw-r--r--databases/tdb/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/tdb/Makefile b/databases/tdb/Makefile
index d60dbe59065f..e72a2af9812f 100644
--- a/databases/tdb/Makefile
+++ b/databases/tdb/Makefile
@@ -44,6 +44,7 @@ PLIST_FILES+= include/tdb.h \
%%PKGCONFIGDIR%%/tdb.pc
.if defined(NO_PYTHON)
+USES+= python:2.7,build
CONFIGURE_ARGS+= --disable-python
.else
USES+= python:2.7