aboutsummaryrefslogtreecommitdiff
path: root/math/py-mip
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2020-08-19 22:53:18 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2020-08-19 22:53:18 +0000
commit62f0a9f28d7632bee806d0ef73584f24491543e3 (patch)
tree9fab9ae94001ba4a9c66db004b08193d5eebb5c3 /math/py-mip
parent69b20ec5bc317ba2154e5149b3e26b8c88a20b9d (diff)
downloadports-62f0a9f28d7632bee806d0ef73584f24491543e3.tar.gz
ports-62f0a9f28d7632bee806d0ef73584f24491543e3.zip
math/py-mip: Add missing Python version requirement
Requires Python 3.5+ Reported by: pkg-fallout Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=545465
Diffstat (limited to 'math/py-mip')
-rw-r--r--math/py-mip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-mip/Makefile b/math/py-mip/Makefile
index 85bdec099eb0..c646919857e6 100644
--- a/math/py-mip/Makefile
+++ b/math/py-mip/Makefile
@@ -14,7 +14,7 @@ LICENSE= EPL
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR}
-USES= python
+USES= python:3.5+
USE_PYTHON= distutils autoplist
NO_ARCH= yes