diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-05-29 17:29:17 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-05-30 21:43:06 +0000 |
commit | 88e134883dd2a2a78b909fdee59257513afe0c77 (patch) | |
tree | afe3ecf8fcad5f9bafdc239c3c20cf18a31f2512 /net/mpich | |
parent | 99cc74200edcd49f1f21d301f3fcaa78aae76271 (diff) |
Diffstat (limited to 'net/mpich')
-rw-r--r-- | net/mpich/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mpich/Makefile b/net/mpich/Makefile index 8bf142dc5587..451d6542003a 100644 --- a/net/mpich/Makefile +++ b/net/mpich/Makefile @@ -1,5 +1,6 @@ PORTNAME= mpich PORTVERSION= 3.4.2 +PORTREVISION= 1 CATEGORIES= net parallel MASTER_SITES= https://www.mpich.org/static/downloads/${DISTVERSION}/ @@ -32,7 +33,7 @@ OPTIONS_GROUP= PM OPTIONS_GROUP_PM= GFORKER HYDRA OPTIONS_RADIO= DEFAULTPM OPTIONS_RADIO_DEFAULTPM=DGFORKER DHYDRA -OPTIONS_DEFAULT= FORTRAN GFORKER HYDRA DHYDRA +OPTIONS_DEFAULT= FORTRAN GFORKER HYDRA DHYDRA L0 OPTIONS_SUB= yes FORTRAN_USES= fortran |