diff options
author | thierry <thierry@FreeBSD.org> | 2009-11-28 18:44:56 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2009-11-28 18:44:56 +0800 |
commit | 821dbba052a0ebd1ff69db896a7e5af7c9a21fd9 (patch) | |
tree | 83ed04ecf451d9c7a671e32f6ad037860245534a /science/ncs | |
parent | 6156d85b8e504b4e5ea95a6e25e7d34c0e31fde6 (diff) | |
download | freebsd-ports-gnome-821dbba052a0ebd1ff69db896a7e5af7c9a21fd9.tar.gz freebsd-ports-gnome-821dbba052a0ebd1ff69db896a7e5af7c9a21fd9.tar.zst freebsd-ports-gnome-821dbba052a0ebd1ff69db896a7e5af7c9a21fd9.zip |
- Chase relocation of net/mpich2
- Bump PORTREVISION if needed
- Fix some portlint errors.
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 |