summaryrefslogtreecommitdiffstats
path: root/math/kig/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/kig/Makefile')
-rw-r--r--math/kig/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/kig/Makefile b/math/kig/Makefile
index 963795b..96ee3ca 100644
--- a/math/kig/Makefile
+++ b/math/kig/Makefile
@@ -1,9 +1,7 @@
-# Created by: Alberto Villa <avilla@FreeBSD.org>
# $FreeBSD$
PORTNAME= kig
PORTVERSION= ${KDE4_VERSION}
-PORTREVISION= 1
CATEGORIES= math kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@@ -22,11 +20,13 @@ MAKE_JOBS_SAFE= yes
MAN1= kig.1
-OPTIONS= PYTHON "Support for Python scripting (requires Boost)" on
+OPTIONS_DEFINE= PYTHON
+OPTIONS_DEFAULT= PYTHON
+PYTHON_DESC= Support for Python scripting (requires Boost)
.include <bsd.port.options.mk>
-.ifndef(WITHOUT_PYTHON)
+.if ${PORT_OPTIONS:MPYTHON}
LIB_DEPENDS+= boost_python:${PORTSDIR}/devel/boost-python-libs
.endif
OpenPOWER on IntegriCloud