diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-02-20 02:57:04 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-02-20 02:57:04 +0000 |
commit | a9425224f10817058f5b991255cf3a7c71c0b356 (patch) | |
tree | a7fed64054defb433132b1227a0e77028e02fb2f /net/openmpi2 | |
parent | - Update to 0.8.4 (diff) |
devel/libevent2: drop historical suffix after r362796
PR: 216777
Approved by: mm (maintainer)
Diffstat (limited to 'net/openmpi2')
-rw-r--r-- | net/openmpi2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openmpi2/Makefile b/net/openmpi2/Makefile index 2292bc4aa86f..36f6932cea92 100644 --- a/net/openmpi2/Makefile +++ b/net/openmpi2/Makefile @@ -2,7 +2,7 @@ PORTNAME= openmpi PORTVERSION= 2.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net parallel MASTER_SITES= http://www.open-mpi.org/software/ompi/v${PORTVERSION:R}/downloads/ PKGNAMESUFFIX= 2 @@ -12,7 +12,7 @@ COMMENT= High Performance Message Passing Library LIB_DEPENDS= libhwloc.so:devel/hwloc \ libltdl.so:devel/libltdl \ - libevent.so:devel/libevent2 \ + libevent.so:devel/libevent \ libmunge.so:security/munge HAS_CONFIGURE= yes |