aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2024-06-03 12:18:08 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2024-06-03 12:18:08 +0000
commitf1e51f12a7764df202789983ccb49abb47dbfde8 (patch)
tree75cc144ef8566e35f46bba6973f79b3207275386
parent94757bb1956d25229dcdc8d8bd1ca35343758fd6 (diff)
downloadports-f1e51f12a7764df202789983ccb49abb47dbfde8.tar.gz
ports-f1e51f12a7764df202789983ccb49abb47dbfde8.zip
biology/py-pywgsim: unbreak bulk -a
-rw-r--r--biology/py-pywgsim/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/biology/py-pywgsim/Makefile b/biology/py-pywgsim/Makefile
index 7777162f708a..c66d99f1ba0f 100644
--- a/biology/py-pywgsim/Makefile
+++ b/biology/py-pywgsim/Makefile
@@ -13,7 +13,13 @@ LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plac>=0:devel/py-plac@${PY_FLAVOR}
-USES= python:3.10
+USES= python
USE_PYTHON= autoplist distutils
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} > 31100
+BROKEN= modern python is not supported
+.endif
+
+.include <bsd.port.post.mk>