diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2019-04-22 13:16:33 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2019-04-22 13:16:33 +0000 |
commit | 879e75a6593d4f669464a017aaebd9f8bee250f3 (patch) | |
tree | 44760fb1f02ea408fa8f79bb5c9a29b881768f31 /net/openmpi2 | |
parent | update cad/kicad and libraries to 5.1.1 (diff) |
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl
Notes
Notes:
svn path=/head/; revision=499638
Diffstat (limited to 'net/openmpi2')
-rw-r--r-- | net/openmpi2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/openmpi2/Makefile b/net/openmpi2/Makefile index 407eb1d4f2d0..d6f8b7218cc0 100644 --- a/net/openmpi2/Makefile +++ b/net/openmpi2/Makefile @@ -2,6 +2,7 @@ PORTNAME= openmpi PORTVERSION= 2.1.6 +PORTREVISION= 1 CATEGORIES= net parallel MASTER_SITES= http://www.open-mpi.org/software/ompi/v${PORTVERSION:R}/downloads/ PKGNAMESUFFIX= 2 |