diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2009-11-28 10:44:56 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2009-11-28 10:44:56 +0000 |
commit | 532f881192e54b6a05668cf16b6189f5bdd6b7e5 (patch) | |
tree | 98425fe5718b372e97a66d6b0f071f732e042bd3 /science/ncs | |
parent | a9969884fb77e493740fae5649c192f9c5a9ab15 (diff) | |
download | ports-532f881192e54b6a05668cf16b6189f5bdd6b7e5.tar.gz ports-532f881192e54b6a05668cf16b6189f5bdd6b7e5.zip |
Notes
Diffstat (limited to 'science/ncs')
-rw-r--r-- | science/ncs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/ncs/Makefile b/science/ncs/Makefile index ea529a358a33..8844edfe14ac 100644 --- a/science/ncs/Makefile +++ b/science/ncs/Makefile @@ -7,7 +7,7 @@ PORTNAME= ncs PORTVERSION= 1.3.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science parallel MASTER_SITES= http://rd.edf.com/fichiers/fckeditor/File/EDF%20RD/Code_Saturne/Fichiers/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} @@ -64,7 +64,7 @@ BUILD_DEPENDS+= ${MPI_HOME}/bin/mpicc:${PORTSDIR}/net/openmpi RUN_DEPENDS+= ${MPI_HOME}/bin/mpirun:${PORTSDIR}/net/openmpi MPI_LIBS= -lmpi -lorte -lopal .else -MPI_HOME= ${LOCALBASE}/mpich2 +MPI_HOME= ${LOCALBASE} BUILD_DEPENDS+= ${MPI_HOME}/bin/mpicc:${PORTSDIR}/net/mpich2 RUN_DEPENDS+= ${MPI_HOME}/bin/mpirun:${PORTSDIR}/net/mpich2 MPI_LIBS= -lmpich |