diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-09-10 03:04:20 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-09-10 03:04:20 +0000 |
commit | 4dedcccd3f7371b74f520ce9aa46029069e09c09 (patch) | |
tree | 17f0920f25641d1734575a9e5eb03a9e2bd8b082 /math/blas/Makefile | |
parent | 104d6dc8e72bc6bf9b2fe21b32074bfc21762957 (diff) | |
download | ports-4dedcccd3f7371b74f520ce9aa46029069e09c09.tar.gz ports-4dedcccd3f7371b74f520ce9aa46029069e09c09.zip |
Fix build for blas depended ports.
Submitted by: pav
Notes
Notes:
svn path=/head/; revision=199239
Diffstat (limited to 'math/blas/Makefile')
-rw-r--r-- | math/blas/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/blas/Makefile b/math/blas/Makefile index 632dda8e6a0c..2e3a04214039 100644 --- a/math/blas/Makefile +++ b/math/blas/Makefile @@ -7,7 +7,7 @@ PORTNAME= blas PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://www.netlib.org/blas/ \ ftp://ftp.mirrorservice.org/sites/netlib.bell-labs.com/netlib/blas/ \ |