aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2005-09-11 03:07:29 +0800
committerdougb <dougb@FreeBSD.org>2005-09-11 03:07:29 +0800
commita29ba084865c70921c84cda29f98b6c49eb45160 (patch)
tree3479e426c122e4f800a18b7bac655ee801997c56 /databases
parentc62e9df42ea77173c3daf1f5511f7a0f642841b3 (diff)
downloadfreebsd-ports-gnome-a29ba084865c70921c84cda29f98b6c49eb45160.tar.gz
freebsd-ports-gnome-a29ba084865c70921c84cda29f98b6c49eb45160.tar.zst
freebsd-ports-gnome-a29ba084865c70921c84cda29f98b6c49eb45160.zip
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')
-rw-r--r--databases/metakit/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/metakit/Makefile b/databases/metakit/Makefile
index 70977aa4b87f..e36b0e016e76 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}