aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt/py-pytoport
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2016-02-03 04:01:44 +0800
committerrm <rm@FreeBSD.org>2016-02-03 04:01:44 +0800
commit189ce67b405ad2771c9d697d3cca87523fc160c1 (patch)
treee5545f4771db0649e7eab227cd7bdf71a845f98d /ports-mgmt/py-pytoport
parentd4ba5b91aca1e9b16b4947cc5da787d984fb7248 (diff)
downloadfreebsd-ports-gnome-189ce67b405ad2771c9d697d3cca87523fc160c1.tar.gz
freebsd-ports-gnome-189ce67b405ad2771c9d697d3cca87523fc160c1.tar.zst
freebsd-ports-gnome-189ce67b405ad2771c9d697d3cca87523fc160c1.zip
Bump minimal python3 version to 3.3 in USES
Because we are going to remove python 3.2 from the ports tree With hat: python
Diffstat (limited to 'ports-mgmt/py-pytoport')
-rw-r--r--ports-mgmt/py-pytoport/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/py-pytoport/Makefile b/ports-mgmt/py-pytoport/Makefile
index 66695c331a6f..df438f5e56b2 100644
--- a/ports-mgmt/py-pytoport/Makefile
+++ b/ports-mgmt/py-pytoport/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}spdx-lookup>=0.3.0:${PORTSDIR}/misc/py-spdx-lookup
-USES= python:3.2+
+USES= python:3.3+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>