aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-PyMetis
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2019-04-06 00:56:55 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2019-04-06 00:56:55 +0800
commit34434da3b9d9c90c108eac925e4ad8f7746f254f (patch)
tree24268688b9b5f8d0af7464bd3f092ad14967881f /math/py-PyMetis
parentb000fbb9ba32b5f57b26130de8d7e4d2f64d7dc0 (diff)
downloadfreebsd-ports-gnome-34434da3b9d9c90c108eac925e4ad8f7746f254f.tar.gz
freebsd-ports-gnome-34434da3b9d9c90c108eac925e4ad8f7746f254f.tar.zst
freebsd-ports-gnome-34434da3b9d9c90c108eac925e4ad8f7746f254f.zip
- Document incompatibility with python 3.7+
Approved by: portmgr blanket
Diffstat (limited to 'math/py-PyMetis')
-rw-r--r--math/py-PyMetis/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-PyMetis/Makefile b/math/py-PyMetis/Makefile
index 15333fafa59e..ac03c0afe633 100644
--- a/math/py-PyMetis/Makefile
+++ b/math/py-PyMetis/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
-USES= localbase python
+USES= localbase python:-3.6
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>