diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 20:03:51 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 20:03:51 +0800 |
commit | bc221a68c15c8e0767c7e506835360a84c2428b2 (patch) | |
tree | 431ec3996e95945e366f01ab27f2b341ed69df41 /science/cdo | |
parent | 810f699bfefb6805c8c40fd746af650e11986757 (diff) | |
download | freebsd-ports-gnome-bc221a68c15c8e0767c7e506835360a84c2428b2.tar.gz freebsd-ports-gnome-bc221a68c15c8e0767c7e506835360a84c2428b2.tar.zst freebsd-ports-gnome-bc221a68c15c8e0767c7e506835360a84c2428b2.zip |
- Use USES=gmake
Diffstat (limited to 'science/cdo')
-rw-r--r-- | science/cdo/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/science/cdo/Makefile b/science/cdo/Makefile index 2cdad2b37092..c2313b1a0800 100644 --- a/science/cdo/Makefile +++ b/science/cdo/Makefile @@ -18,9 +18,8 @@ CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= --enable-cdi-lib --program-transform-name="" --with-zlib=/usr GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -USE_GMAKE= yes USE_LDCONFIG= yes -USES= pathfix +USES= gmake pathfix HDF5_VER?= 18 NETCDF_VER?= 4 |