diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-02-18 08:50:52 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-02-18 08:50:52 +0000 |
commit | 23650388aab209916c36fc7510a594ae09b2968d (patch) | |
tree | 0b8bbdacb65c93fcb8e4aa3075233afc0a741b74 | |
parent | 776d33fc898f855343b3874151528f1f839f4eb6 (diff) |
Notes
-rw-r--r-- | french/med/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/french/med/Makefile b/french/med/Makefile index 6d4e4a7442c4..df8cba3c508a 100644 --- a/french/med/Makefile +++ b/french/med/Makefile @@ -11,12 +11,11 @@ COMMENT= Modelisation et Echanges de Donnees LICENSE= GPLv3 -LIB_DEPENDS= hdf5.7:${PORTSDIR}/science/hdf5-18 +LIB_DEPENDS= libhdf5.so.7:${PORTSDIR}/science/hdf5-18 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= fortran gmake -USE_TK= yes +USES= fortran gmake tk FFLAGS+= -O2 CONFIGURE_ENV= HDF5HOME=${LOCALBASE} \ @@ -36,7 +35,6 @@ TST2FIX= c f PORTDOCS= * PORTEXAMPLES= * -NO_STAGE= yes pre-configure: .for ext in am in . if defined(NOPORTDOCS) |