diff options
author | gerald <gerald@FreeBSD.org> | 2019-04-22 21:16:33 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2019-04-22 21:16:33 +0800 |
commit | 3a09a7a8edcfadb1b03b1d6a88dddb78d28b894a (patch) | |
tree | 44760fb1f02ea408fa8f79bb5c9a29b881768f31 /math/linpack | |
parent | 1f50cac7989450824d832360c9a377ffea5cc6a4 (diff) | |
download | freebsd-ports-gnome-3a09a7a8edcfadb1b03b1d6a88dddb78d28b894a.tar.gz freebsd-ports-gnome-3a09a7a8edcfadb1b03b1d6a88dddb78d28b894a.tar.zst freebsd-ports-gnome-3a09a7a8edcfadb1b03b1d6a88dddb78d28b894a.zip |
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 'math/linpack')
-rw-r--r-- | math/linpack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/linpack/Makefile b/math/linpack/Makefile index 2001fba08536..5b8f5bfd9218 100644 --- a/math/linpack/Makefile +++ b/math/linpack/Makefile @@ -3,7 +3,7 @@ PORTNAME= linpack PORTVERSION= 1.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= math MASTER_SITES= NL DISTFILES= ${SRCS} |