diff options
| author | Gerald Pfeifer <gerald@FreeBSD.org> | 2023-04-23 09:09:58 +0000 |
|---|---|---|
| committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2023-04-23 09:09:58 +0000 |
| commit | 8d3e020ed032a8db00208994d0db646de7dc6f5b (patch) | |
| tree | 4703a690b292e228dd12ac2888b4fe55fb60590c /math/lapack | |
| parent | dfcb95c892863cba5ded02f24dbcc17aef815edb (diff) | |
Diffstat (limited to 'math/lapack')
| -rw-r--r-- | math/lapack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/lapack/Makefile b/math/lapack/Makefile index cf67c56ed09c..3515c585b3c8 100644 --- a/math/lapack/Makefile +++ b/math/lapack/Makefile @@ -1,9 +1,9 @@ PORTNAME?= lapack PORTVERSION= 3.11.0 .if !(defined(BLAS_SLAVEPORT) || defined(CBLAS_SLAVEPORT) || defined(XLAPACK_SLAVEPORT) || defined(LAPACKE_SLAVEPORT)) -PORTREVISION= 0 +PORTREVISION= 1 .else -PORTREVISION?= 0 # Never remove this line, keep PORTREVISION?=0 in case. +PORTREVISION?= 1 # Never remove this line, keep PORTREVISION?=0 in case. .endif CATEGORIES= math MASTER_SITES= https://github.com/Reference-LAPACK/lapack/archive/refs/tags/:src \ |
