science/py-netCDF4: Add USE_PYTHON=concurrent
Approved by: portmgr
This commit is contained in:
parent
757091fc57
commit
c726efc7c7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472721
1 changed files with 2 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue