diff options
Diffstat (limited to 'math/lapack/Makefile')
-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 \ |