diff options
author | mandree <mandree@FreeBSD.org> | 2016-12-08 10:34:44 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2016-12-08 10:34:44 +0800 |
commit | 145b69cfe12ab73de31b128b820c0e9544fc9462 (patch) | |
tree | eb9c3cf545cb414a766c2ee1798c278e19aa9958 /math | |
parent | d34fecc671e1df715a9c8c49bbab55f435436df9 (diff) | |
download | freebsd-ports-gnome-145b69cfe12ab73de31b128b820c0e9544fc9462.tar.gz freebsd-ports-gnome-145b69cfe12ab73de31b128b820c0e9544fc9462.tar.zst freebsd-ports-gnome-145b69cfe12ab73de31b128b820c0e9544fc9462.zip |
Fix up math/blas's PORTREVISION going backwards, broken in r428057.
PR: 214965
Approved by: portmgr ('just fix it' blanket)
Diffstat (limited to 'math')
-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 ca0a9948145b..e0f36fa2dde9 100644 --- a/math/lapack/Makefile +++ b/math/lapack/Makefile @@ -3,7 +3,7 @@ PORTNAME?= lapack PORTVERSION= 3.5.0 -PORTREVISION= 1 +PORTREVISION?= 1 CATEGORIES= math MASTER_SITES= NL/lapack/ DISTFILES= lapack-${PORTVERSION}.tgz |