From 532f881192e54b6a05668cf16b6189f5bdd6b7e5 Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Sat, 28 Nov 2009 10:44:56 +0000 Subject: - Chase relocation of net/mpich2 - Bump PORTREVISION if needed - Fix some portlint errors. --- math/parmetis/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'math/parmetis/Makefile') 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= -- cgit v1.2.3