diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-11 01:01:36 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-11 01:01:36 +0800 |
commit | 25b827806b76112495e2d390912f6667b7b3ce39 (patch) | |
tree | 6d9bf2c42239eb7fa59e3a370ddfad85fecabb87 /science/ecs | |
parent | 4064d32e36669bd57f992b0944164024af9eb84f (diff) | |
download | freebsd-ports-gnome-25b827806b76112495e2d390912f6667b7b3ce39.tar.gz freebsd-ports-gnome-25b827806b76112495e2d390912f6667b7b3ce39.tar.zst freebsd-ports-gnome-25b827806b76112495e2d390912f6667b7b3ce39.zip |
Convert s* to USES=zip
Diffstat (limited to 'science/ecs')
-rw-r--r-- | science/ecs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/science/ecs/Makefile b/science/ecs/Makefile index f511bfd3a14b..a9108f2e7197 100644 --- a/science/ecs/Makefile +++ b/science/ecs/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= med.5:${PORTSDIR}/french/med \ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_ZIP= yes +USES= gmake zip GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-bft=${LOCALBASE} \ --with-hdf5=${LOCALBASE} \ @@ -29,7 +29,6 @@ CONFIGURE_ARGS= --with-bft=${LOCALBASE} \ --with-metis=${LOCALBASE} \ --with-metis-include=${LOCALBASE}/include/metis CONFIGURE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS} -USE_GMAKE= yes .if defined(WITH_CCMIO) LIB_DEPENDS+= adf.5:${PORTSDIR}/science/libccmio \ |