summaryrefslogtreecommitdiffstats
path: root/databases/metakit
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2005-09-10 19:07:29 +0000
committerdougb <dougb@FreeBSD.org>2005-09-10 19:07:29 +0000
commita29ba084865c70921c84cda29f98b6c49eb45160 (patch)
tree3479e426c122e4f800a18b7bac655ee801997c56 /databases/metakit
parentc62e9df42ea77173c3daf1f5511f7a0f642841b3 (diff)
downloadFreeBSD-ports-a29ba084865c70921c84cda29f98b6c49eb45160.zip
FreeBSD-ports-a29ba084865c70921c84cda29f98b6c49eb45160.tar.gz
In private mail adamw agreed that supporting the more generic
WITHOUT_PYTHON was a useful idea, and asked me to commit it for him as he was not going to be able to get to it for a while.
Diffstat (limited to 'databases/metakit')
-rw-r--r--databases/metakit/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/metakit/Makefile b/databases/metakit/Makefile
index 70977aa..e36b0e0 100644
--- a/databases/metakit/Makefile
+++ b/databases/metakit/Makefile
@@ -31,6 +31,10 @@ INSTALLS_SHLIB= yes
MAKE_ARGS= CXXFLAGS="-Dq4_INLINE ${CFLAGS} -fpermissive"
ONLY_FOR_ARCHS= i386 alpha
+.if defined(WITHOUT_PYTHON)
+METAKIT_WITHOUT_PYTHON=yes
+.endif
+
.if !defined(METAKIT_WITHOUT_PYTHON)
USE_PYTHON= yes
CONFIGURE_ARGS+= --with-python=${LOCALBASE}
OpenPOWER on IntegriCloud