svn commit: r556718 - head/graphics/py-pygeoapi
Antoine Brodin
antoine at FreeBSD.org
Tue Dec 1 07:07:03 UTC 2020
Author: antoine
Date: Tue Dec 1 07:07:02 2020
New Revision: 556718
URL: https://svnweb.freebsd.org/changeset/ports/556718
Log:
Unbreak bulk -a
Modified:
head/graphics/py-pygeoapi/Makefile
Modified: head/graphics/py-pygeoapi/Makefile
==============================================================================
--- head/graphics/py-pygeoapi/Makefile Tue Dec 1 07:01:48 2020 (r556717)
+++ head/graphics/py-pygeoapi/Makefile Tue Dec 1 07:07:02 2020 (r556718)
@@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-c
${PYTHON_PKGNAMEPREFIX}pyproj>0:graphics/py-pyproj@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}rasterio>0:graphics/py-rasterio@${PY_FLAVOR}
-USES= python
+USES= python:3.5+
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list