diff options
Diffstat (limited to 'science')
-rw-r--r-- | science/cdo/Makefile | 3 | ||||
-rw-r--r-- | science/pnetcdf/Makefile | 2 |
2 files changed, 2 insertions, 3 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 diff --git a/science/pnetcdf/Makefile b/science/pnetcdf/Makefile index 8544fe473948..69b2ef45391c 100644 --- a/science/pnetcdf/Makefile +++ b/science/pnetcdf/Makefile @@ -21,7 +21,7 @@ CONFIGURE_ENV= M4FLAGS="" GNU_CONFIGURE= yes USE_BZIP2= yes USE_FORTRAN= yes -USE_GMAKE= yes +USES= gmake MAN1= ncmpidiff.1 ncmpidump.1 ncmpigen.1 MAN3= pnetcdf.3 |