diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-08 16:09:29 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-08 16:09:29 +0000 |
commit | 99ee6cb588635c47fa74ba7accfd6a6a6cef779a (patch) | |
tree | 046b965cc696a47d3e5e166d5aa07ede1cb1b6a8 /science | |
parent | 3d73ea64de11834d49e2b6c667714e965605ef6a (diff) | |
download | ports-99ee6cb588635c47fa74ba7accfd6a6a6cef779a.tar.gz ports-99ee6cb588635c47fa74ba7accfd6a6a6cef779a.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/fvm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/fvm/Makefile b/science/fvm/Makefile index e0d8467ff197..8e86fb47b86c 100644 --- a/science/fvm/Makefile +++ b/science/fvm/Makefile @@ -3,7 +3,7 @@ PORTNAME= fvm PORTVERSION= 0.15.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= science parallel MASTER_SITES= http://research.edf.com/fichiers/fckeditor/Commun/Innovation/logiciels/code_saturne/Releases/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} @@ -27,7 +27,7 @@ CONFIGURE_ARGS= --with-bft=${LOCALBASE} \ --with-hdf5=${LOCALBASE} \ --with-cgns=${LOCALBASE} \ --with-med=${LOCALBASE} -CONFIGURE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS} +INSTALL_TARGET= install-strip .if defined(WITH_LAM) BUILD_DEPENDS+= ${LOCALBASE}/lib/liblam.a:${PORTSDIR}/net/lam |