diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2008-08-23 16:51:05 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2008-08-23 16:51:05 +0000 |
commit | bf448eb37b622d7dcc33096aa604208fed7214f0 (patch) | |
tree | 717f5bb3b2de5178b29e65089e9e8fc0014276c5 /net | |
parent | d46003863a37ad19345cd1e8787647a7a509669d (diff) | |
download | ports-bf448eb37b622d7dcc33096aa604208fed7214f0.tar.gz ports-bf448eb37b622d7dcc33096aa604208fed7214f0.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/openmpi/Makefile | 3 |
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 |