aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/py-futures/Makefile2
-rw-r--r--irc/znc/Makefile2
-rw-r--r--security/py-backports.ssl_match_hostname/Makefile2
-rw-r--r--sysutils/dvdvideo/Makefile2
-rw-r--r--textproc/codespell/Makefile5
5 files changed, 6 insertions, 7 deletions
diff --git a/devel/py-futures/Makefile b/devel/py-futures/Makefile
index 74be6dd98825..1dc0c3a9b949 100644
--- a/devel/py-futures/Makefile
+++ b/devel/py-futures/Makefile
@@ -12,7 +12,7 @@ COMMENT= Backport of the concurrent.futures package from Python 3.2
LICENSE= BSD2CLAUSE
-USE_PYTHON= -3.1
+USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
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
diff --git a/security/py-backports.ssl_match_hostname/Makefile b/security/py-backports.ssl_match_hostname/Makefile
index 6d086e7a896c..f53d55bf79be 100644
--- a/security/py-backports.ssl_match_hostname/Makefile
+++ b/security/py-backports.ssl_match_hostname/Makefile
@@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= gblach@FreeBSD.org
COMMENT= Backport of ssl.match_hostname() function
-USE_PYTHON= -3.1
+USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
diff --git a/sysutils/dvdvideo/Makefile b/sysutils/dvdvideo/Makefile
index 6a9222e91b1e..c5dc5872462b 100644
--- a/sysutils/dvdvideo/Makefile
+++ b/sysutils/dvdvideo/Makefile
@@ -15,7 +15,7 @@ COMMENT= Video DVD backup tool
LICENSE= GPLv3
-USE_PYTHON= 3.1+
+USE_PYTHON= 3
USE_PYDISTUTILS= yes
PYDISTUTILS_EGGINFO= python_dvdvideo-0.${PORTVERSION}-py${PYTHON_VER}.egg-info
diff --git a/textproc/codespell/Makefile b/textproc/codespell/Makefile
index 958f16ac25e7..0cb209d19f82 100644
--- a/textproc/codespell/Makefile
+++ b/textproc/codespell/Makefile
@@ -13,9 +13,8 @@ COMMENT= Source code spelling checker
LICENSE= GPLv2
-USE_PYTHON= 3.1+
-USE_PYTHON_RUN= yes
-USE_XZ= yes
+USE_PYTHON= 3
+USES= tar:xz
OPTIONS_DEFINE= DOCS EXAMPLES