summaryrefslogtreecommitdiff
path: root/archivers/py-attic/Makefile
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2016-02-02 20:01:44 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2016-02-02 20:01:44 +0000
commit1d86d24911c97521bee5594fcace862d0e47a106 (patch)
treee5545f4771db0649e7eab227cd7bdf71a845f98d /archivers/py-attic/Makefile
parentDonate to the perl@ collective. (diff)
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
Notes
Notes: svn path=/head/; revision=407841
Diffstat (limited to '')
-rw-r--r--archivers/py-attic/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/py-attic/Makefile b/archivers/py-attic/Makefile
index a3270c6c75a4..0b4ea7b8418f 100644
--- a/archivers/py-attic/Makefile
+++ b/archivers/py-attic/Makefile
@@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack-python>=0.1.10:${PORTSDIR}/devel/py-msgpack-python
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack-python>=0.1.10:${PORTSDIR}/devel/py-msgpack-python
-USES= python:3.2+
+USES= python:3.3+
USE_PYTHON= autoplist distutils
USE_OPENSSL= yes