diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-11-19 23:08:44 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-11-19 23:08:44 +0000 |
commit | 02e619a5d80d666372fdf370624b2d6c016de0d5 (patch) | |
tree | ab8d23ab014eb4477219665648225ccea56d0295 /science/py-netCDF4/Makefile | |
parent | f153879e96a329b43f46107b542848d2be0769c1 (diff) | |
download | ports-02e619a5d80d666372fdf370624b2d6c016de0d5.tar.gz ports-02e619a5d80d666372fdf370624b2d6c016de0d5.zip |
Notes
Diffstat (limited to 'science/py-netCDF4/Makefile')
-rw-r--r-- | science/py-netCDF4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/py-netCDF4/Makefile b/science/py-netCDF4/Makefile index 3027267504d4..516f1a865176 100644 --- a/science/py-netCDF4/Makefile +++ b/science/py-netCDF4/Makefile @@ -22,7 +22,8 @@ RUN_DEPENDS= ${PYNUMPY} OPTIONS_DEFINE= DOCS EXAMPLES -USE_DOS2UNIX= utils/nc3tonc4 +USES= dos2unix +DOS2UNIX_FILES= utils/nc3tonc4 USE_PYTHON= yes USE_PYDISTUTILS= yes MAKE_ENV= HDF5_INCDIR=${LOCALBASE}/include \ |