aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-06-01 23:28:44 +0800
committerRene Ladan <rene@FreeBSD.org>2014-06-01 23:28:44 +0800
commitca4ecbb419b500a35d4baec7f3a427af35ff9385 (patch)
tree013f50d97c71c59101b6bb72af53e4cd36b02ae0 /irc
parent4a5c97cd515131649397e390a219423754e3d667 (diff)
downloadfreebsd-ports-gnome-ca4ecbb419b500a35d4baec7f3a427af35ff9385.tar.gz
freebsd-ports-gnome-ca4ecbb419b500a35d4baec7f3a427af35ff9385.tar.zst
freebsd-ports-gnome-ca4ecbb419b500a35d4baec7f3a427af35ff9385.zip
Update consumers of lang/python31 or higher to use Python version 3.X
and consumers of lang/python31 or lower to use Python 2.X This is in preparation of removing lang/python31 which expired on 2014-06-01 While here apply some fixes for textproc/codespell: - USE_XZ -> USES=tar:xz - remove unneeded USE_PYTHON_RUN line Approved by: python (mva)
Diffstat (limited to 'irc')
-rw-r--r--irc/znc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/znc/Makefile b/irc/znc/Makefile
index ae44b34d30f2..15b8e203573d 100644
--- a/irc/znc/Makefile
+++ b/irc/znc/Makefile
@@ -59,7 +59,7 @@ CONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR}
.endif
.if ${PORT_OPTIONS:MPYTHON}
-USE_PYTHON= 3.1-
+USE_PYTHON= 2
USE_PERL5+= build
.endif