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/openmpi/Makefile | |
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
Diffstat (limited to 'net/openmpi/Makefile')
-rw-r--r-- | net/openmpi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile index 9a6d52da53d5..1e9617e3fddd 100644 --- a/net/openmpi/Makefile +++ b/net/openmpi/Makefile @@ -5,7 +5,7 @@ PORTNAME= openmpi PORTVERSION= 1.10.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net parallel MASTER_SITES= http://www.open-mpi.org/software/ompi/v${PORTVERSION:R}/downloads/ |