science/py-netCDF4: Add USE_PYTHON=concurrent

Approved by:	portmgr
This commit is contained in:
Yuri Victorovich
2018-06-19 00:03:37 +00:00
parent 757091fc57
commit c726efc7c7
+2 -1
View File
@@ -3,6 +3,7 @@
PORTNAME= netCDF4
PORTVERSION= 1.3.1
PORTREVISION= 1
DISTVERSIONPREFIX= v
DISTVERSIONSUFFIX= rel
CATEGORIES= science python
@@ -22,7 +23,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
OPTIONS_DEFINE= DOCS EXAMPLES
USES= python
USE_PYTHON= autoplist distutils cython
USE_PYTHON= autoplist concurrent distutils cython
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}