diff options
author | mat <mat@FreeBSD.org> | 2013-11-20 07:08:44 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-11-20 07:08:44 +0800 |
commit | 57524a11df3f0950e857f0ffa06d8a160baa9437 (patch) | |
tree | ab8d23ab014eb4477219665648225ccea56d0295 /science/py-netCDF4 | |
parent | 869dfb43fab6a3f2a51d1ab26c1b8cd6cf6e4a7a (diff) | |
download | freebsd-ports-gnome-57524a11df3f0950e857f0ffa06d8a160baa9437.tar.gz freebsd-ports-gnome-57524a11df3f0950e857f0ffa06d8a160baa9437.tar.zst freebsd-ports-gnome-57524a11df3f0950e857f0ffa06d8a160baa9437.zip |
- Convert to dos2unix.mk
- While at it convert to gmake.mk ports that still USE_GMAKE.
Diffstat (limited to 'science/py-netCDF4')
-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 \ |