diff options
author | adamw <adamw@FreeBSD.org> | 2005-09-07 23:18:30 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-09-07 23:18:30 +0800 |
commit | b6ff3256c66dc5426a62304ceb4a322571b1c3e2 (patch) | |
tree | d7e93e2a24c7b352a9b21bba1a851a02e2bc1527 /databases/metakit/Makefile | |
parent | b027372483b9795cb52ee9209a9771e0f0a0eca7 (diff) | |
download | freebsd-ports-gnome-b6ff3256c66dc5426a62304ceb4a322571b1c3e2.tar.gz freebsd-ports-gnome-b6ff3256c66dc5426a62304ceb4a322571b1c3e2.tar.zst freebsd-ports-gnome-b6ff3256c66dc5426a62304ceb4a322571b1c3e2.zip |
Default python support to ON. This means that if you DON'T want python
support, you must specify METAKIT_WITHOUT_PYTHON.
Reviewed by: krion
Diffstat (limited to 'databases/metakit/Makefile')
-rw-r--r-- | databases/metakit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/metakit/Makefile b/databases/metakit/Makefile index a6e13d7055bb..f43f1ba61c6d 100644 --- a/databases/metakit/Makefile +++ b/databases/metakit/Makefile @@ -7,6 +7,7 @@ PORTNAME= metakit PORTVERSION= 2.4.9.3 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.equi4.com/pub/mk/ DISTNAME= ${PORTNAME}-${PORTVERSION} @@ -31,7 +32,7 @@ INSTALLS_SHLIB= yes MAKE_ARGS= CXXFLAGS="-Dq4_INLINE ${CFLAGS} -fpermissive" ONLY_FOR_ARCHS= i386 alpha -.if defined(METAKIT_WITH_PYTHON) +.if !defined(METAKIT_WITHOUT_PYTHON) USE_PYTHON= yes CONFIGURE_ARGS+= --with-python=${LOCALBASE} CATEGORIES+= python |