aboutsummaryrefslogtreecommitdiff
path: root/science/ncs/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2010-11-14 22:00:23 +0000
committerThierry Thomas <thierry@FreeBSD.org>2010-11-14 22:00:23 +0000
commit7db179edb42024999f5ac287c3d633aad02c87ca (patch)
tree8c224de6d8dc6d3ee24f9a70da7351c634faba30 /science/ncs/Makefile
parent9057d8b613a28938f843b07ce1ecc519556ce99f (diff)
downloadports-7db179edb42024999f5ac287c3d633aad02c87ca.tar.gz
ports-7db179edb42024999f5ac287c3d633aad02c87ca.zip
Chase the upgrade of MPICH2.
Notes
Notes: svn path=/head/; revision=264536
Diffstat (limited to 'science/ncs/Makefile')
-rw-r--r--science/ncs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/science/ncs/Makefile b/science/ncs/Makefile
index 2623fcf21b7c..03daf953b549 100644
--- a/science/ncs/Makefile
+++ b/science/ncs/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ncs
PORTVERSION= 1.3.3
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= science parallel
MASTER_SITES= http://rd.edf.com/fichiers/fckeditor/File/EDF%20RD/Code_Saturne/Fichiers/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}
@@ -67,7 +67,7 @@ MPI_LIBS= -lmpi -lorte -lopal
MPI_HOME= ${LOCALBASE}
BUILD_DEPENDS+= ${MPI_HOME}/bin/mpicc:${PORTSDIR}/net/mpich2
RUN_DEPENDS+= ${MPI_HOME}/bin/mpirun:${PORTSDIR}/net/mpich2
-MPI_LIBS= -lmpich
+MPI_LIBS= -lmpich -lmpl ${PTHREAD_LIBS}
.endif
.if !defined(NOPORTDOCS)