diff options
Diffstat (limited to 'net/openmpi')
-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 |