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 /math/lapack | |
| 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 'math/lapack')
| -rw-r--r-- | math/lapack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/lapack/Makefile b/math/lapack/Makefile index 28c82b3a007e..1adf3e31bd23 100644 --- a/math/lapack/Makefile +++ b/math/lapack/Makefile @@ -3,7 +3,7 @@ PORTNAME?= lapack PORTVERSION= 3.5.0 -PORTREVISION?= 6 # Never remove this line, keep PORTREVISION?=0 in case. +PORTREVISION?= 7 # Never remove this line, keep PORTREVISION?=0 in case. CATEGORIES= math MASTER_SITES= NL/lapack/ DISTFILES= lapack-${PORTVERSION}.tgz |
