diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-06-01 23:28:44 +0800 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-06-01 23:28:44 +0800 |
commit | ca4ecbb419b500a35d4baec7f3a427af35ff9385 (patch) | |
tree | 013f50d97c71c59101b6bb72af53e4cd36b02ae0 /irc | |
parent | 4a5c97cd515131649397e390a219423754e3d667 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |