aboutsummaryrefslogtreecommitdiff
path: root/net/openmpi/Makefile
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2008-08-23 16:51:05 +0000
committerBrooks Davis <brooks@FreeBSD.org>2008-08-23 16:51:05 +0000
commitbf448eb37b622d7dcc33096aa604208fed7214f0 (patch)
tree717f5bb3b2de5178b29e65089e9e8fc0014276c5 /net/openmpi/Makefile
parentd46003863a37ad19345cd1e8787647a7a509669d (diff)
downloadports-bf448eb37b622d7dcc33096aa604208fed7214f0.tar.gz
ports-bf448eb37b622d7dcc33096aa604208fed7214f0.zip
Chase libtorque version.
Notes
Notes: svn path=/head/; revision=219044
Diffstat (limited to 'net/openmpi/Makefile')
-rw-r--r--net/openmpi/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile
index 8a64fd05e689..e94286329a64 100644
--- a/net/openmpi/Makefile
+++ b/net/openmpi/Makefile
@@ -10,6 +10,7 @@
PORTNAME= openmpi
DISTVERSION= 1.2.6
+PORTREVISION= 1
CATEGORIES= net parallel
MASTER_SITES= http://www.open-mpi.org/software/ompi/v1.2/downloads/
@@ -51,7 +52,7 @@ WITH_TORQUE= yes
.endif
.if defined(WITH_TORQUE)
-LIB_DEPENDS+= torque.0:${PORTSDIR}/sysutils/torque
+LIB_DEPENDS+= torque.2:${PORTSDIR}/sysutils/torque
CONFIGURE_ARGS+= --with-tm=${LOCALBASE}
PLIST_SUB+= TORQUE=""
.else