aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-fiona
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-01-10 14:05:32 +0000
committerRene Ladan <rene@FreeBSD.org>2021-01-10 14:05:32 +0000
commit850accd611e5d5823aaf3d39e44af970638c4596 (patch)
treecf136394b8a1b04b8720cccbaeedad2d0075f339 /graphics/py-fiona
parent0b51de51181e407194f85f47f4d6eea86c93b526 (diff)
downloadports-850accd611e5d5823aaf3d39e44af970638c4596.tar.gz
ports-850accd611e5d5823aaf3d39e44af970638c4596.zip
Remove empty PY_ENUM34 from ports using Python 3.6+
Notes
Notes: svn path=/head/; revision=561070
Diffstat (limited to 'graphics/py-fiona')
-rw-r--r--graphics/py-fiona/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/py-fiona/Makefile b/graphics/py-fiona/Makefile
index d12a40d5d2c3..619f0b91c409 100644
--- a/graphics/py-fiona/Makefile
+++ b/graphics/py-fiona/Makefile
@@ -17,8 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cligj>=0.4:devel/py-cligj@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}munch>0:devel/py-munch@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Shapely>0:devel/py-shapely@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}gdal>0:graphics/py-gdal@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}attrs>=18.2:devel/py-attrs@${PY_FLAVOR} \
- ${PY_ENUM34}
+ ${PYTHON_PKGNAMEPREFIX}attrs>=18.2:devel/py-attrs@${PY_FLAVOR}
LIB_DEPENDS+= libgdal.so:graphics/gdal
USES= compiler:c++11-lang python:3.6+