aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2014-06-01 23:28:44 +0800
committerrene <rene@FreeBSD.org>2014-06-01 23:28:44 +0800
commitca215904fde4c9071afc8a5e460173b1ef1d6c90 (patch)
tree013f50d97c71c59101b6bb72af53e4cd36b02ae0 /textproc
parent609349d09e283b36d3ff627f7ab815cb5394b6e3 (diff)
downloadfreebsd-ports-gnome-ca215904fde4c9071afc8a5e460173b1ef1d6c90.tar.gz
freebsd-ports-gnome-ca215904fde4c9071afc8a5e460173b1ef1d6c90.tar.zst
freebsd-ports-gnome-ca215904fde4c9071afc8a5e460173b1ef1d6c90.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 'textproc')
-rw-r--r--textproc/codespell/Makefile5
1 files changed, 2 insertions, 3 deletions
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