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 /math/parmetis/Makefile | |
parent | - Upgrade to 1.2.1 (diff) |
- Chase relocation of net/mpich2
- Bump PORTREVISION if needed
- Fix some portlint errors.
Diffstat (limited to 'math/parmetis/Makefile')
-rw-r--r-- | math/parmetis/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/parmetis/Makefile b/math/parmetis/Makefile index 9fbf1d0d0398..601c8d5e024c 100644 --- a/math/parmetis/Makefile +++ b/math/parmetis/Makefile @@ -7,15 +7,15 @@ PORTNAME= ParMetis PORTVERSION= 3.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math parallel MASTER_SITES= http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/ MAINTAINER= ports@FreeBSD.org COMMENT= A package for parallel (mpi) unstructured graph partitioning -RUN_DEPENDS= ${LOCALBASE}/mpich2/bin/mpirun:${PORTSDIR}/net/mpich2 -BUILD_DEPENDS= ${LOCALBASE}/mpich2/bin/mpicc:${PORTSDIR}/net/mpich2 +RUN_DEPENDS= ${LOCALBASE}/bin/mpirun:${PORTSDIR}/net/mpich2 +BUILD_DEPENDS= ${LOCALBASE}/bin/mpicc:${PORTSDIR}/net/mpich2 ALL_TARGET= |