diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2007-11-14 14:18:15 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2007-11-14 14:18:15 +0000 |
commit | dbfac43a84a3b25fe5d9e72e5852ea3e5996157d (patch) | |
tree | 60bd4102939e48547aaad4dba630949391bb35e0 /sysutils/mpiexec | |
parent | fc2b3e1dc18795354bc1e122f69c62b13ca024dc (diff) | |
download | ports-dbfac43a84a3b25fe5d9e72e5852ea3e5996157d.tar.gz ports-dbfac43a84a3b25fe5d9e72e5852ea3e5996157d.zip |
Notes
Diffstat (limited to 'sysutils/mpiexec')
-rw-r--r-- | sysutils/mpiexec/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/mpiexec/Makefile b/sysutils/mpiexec/Makefile index 52d99e8a1e00..44fdb19decdb 100644 --- a/sysutils/mpiexec/Makefile +++ b/sysutils/mpiexec/Makefile @@ -7,6 +7,7 @@ PORTNAME= mpiexec PORTVERSION= 0.82 +PORTREVISION= 1 CATEGORIES= sysutils parallel MASTER_SITES= http://www.osc.edu/~pw/mpiexec/ EXTRACT_SUFX= .tgz @@ -14,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= trasz@FreeBSD.org COMMENT= A tool to run a parallel job from within a PBS environment -LIB_DEPENDS= torque.0:${PORTSDIR}/sysutils/torque +LIB_DEPENDS= torque.2:${PORTSDIR}/sysutils/torque GNU_CONFIGURE= yes USE_GMAKE= yes |