From a29ba084865c70921c84cda29f98b6c49eb45160 Mon Sep 17 00:00:00 2001 From: dougb Date: Sat, 10 Sep 2005 19:07:29 +0000 Subject: 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. --- databases/metakit/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'databases/metakit/Makefile') 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} -- cgit