aboutsummaryrefslogtreecommitdiffstats
path: root/irc/znc
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-10-21 01:52:16 +0800
committermva <mva@FreeBSD.org>2014-10-21 01:52:16 +0800
commitb41373c7de0113933ba54946a8c41a10d166cd57 (patch)
treef03527561482ff1ea85dbb668e027491c45829f5 /irc/znc
parent75f93ffec7a0e196580e13543a54802c44e8ac3b (diff)
downloadfreebsd-ports-gnome-b41373c7de0113933ba54946a8c41a10d166cd57.tar.gz
freebsd-ports-gnome-b41373c7de0113933ba54946a8c41a10d166cd57.tar.zst
freebsd-ports-gnome-b41373c7de0113933ba54946a8c41a10d166cd57.zip
- Convert ports of irc/ and lang/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'irc/znc')
-rw-r--r--irc/znc/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/irc/znc/Makefile b/irc/znc/Makefile
index 9c85fb2f6e32..5827bdaa1402 100644
--- a/irc/znc/Makefile
+++ b/irc/znc/Makefile
@@ -38,7 +38,7 @@ PERL_CONFIGURE_ON= --enable-swig
PERL_USES= perl5
PYTHON_BUILD_DEPENDS= swig>=2.0.11:${PORTSDIR}/devel/swig20
PYTHON_CONFIGURE_ON= --enable-python=python-${PYTHON_VER} --enable-swig
-PYTHON_USES= perl5
+PYTHON_USES= perl5 python:3
OPENSSL_CONFIGURE_OFF= --disable-openssl
TCL_CONFIGURE_ENABLE= tcl
@@ -59,7 +59,6 @@ CONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR}
.endif
.if ${PORT_OPTIONS:MPYTHON}
-USE_PYTHON= 3
USE_PERL5+= build
.endif