summaryrefslogtreecommitdiff
path: root/sysutils/openipmi
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-10-24 16:56:10 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-10-24 16:56:10 +0000
commitfae188751b59d1700f6a3231d48e1eb5e4959e90 (patch)
tree1fd8e51727e986b995f09c954af9176a37f5d767 /sysutils/openipmi
parent- Convert ports of science/ and security to new USES=python (diff)
- Convert ports of sysutils/ to new USES=python
Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=371454
Diffstat (limited to 'sysutils/openipmi')
-rw-r--r--sysutils/openipmi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/openipmi/Makefile b/sysutils/openipmi/Makefile
index d90c282b765e..ba69158354cb 100644
--- a/sysutils/openipmi/Makefile
+++ b/sysutils/openipmi/Makefile
@@ -57,7 +57,7 @@ CONFIGURE_ARGS+= --with-openssl=no
.endif
.if ${PORT_OPTIONS:MTKINTER}
-USE_PYTHON= yes
+USES+= python
WITH_PYTHON= yes
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
${LOCALBASE}/lib/Tix8.4.3/Tix.tcl:${PORTSDIR}/x11-toolkits/tix
@@ -79,7 +79,7 @@ PLIST_SUB+= PERL="@comment "
.endif
.if ${PORT_OPTIONS:MPYTHON}
-USE_PYTHON= yes
+USES+= python
CONFIGURE_ARGS+= --with-python --with-swig
BUILD_DEPENDS+= swig:${PORTSDIR}/devel/swig13
PLIST_SUB+= PYTHON=""