diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-08-21 20:03:51 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-08-21 20:03:51 +0800 |
commit | 25506224708bc7c82f5074a3fc422e20371919d0 (patch) | |
tree | 431ec3996e95945e366f01ab27f2b341ed69df41 /science/cdo | |
parent | 3a8d414a58344623f32873fc31e0f9c3c36e0c67 (diff) | |
download | freebsd-ports-gnome-25506224708bc7c82f5074a3fc422e20371919d0.tar.gz freebsd-ports-gnome-25506224708bc7c82f5074a3fc422e20371919d0.tar.zst freebsd-ports-gnome-25506224708bc7c82f5074a3fc422e20371919d0.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 |