diff options
author | Maho Nakata <maho@FreeBSD.org> | 2010-11-29 00:53:10 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2010-11-29 00:53:10 +0000 |
commit | ac4182bf51b74f8389e8d76b04390f7adacfd710 (patch) | |
tree | e65eeddc8dfc98f7afefa2dd9df415cd93ccef32 /math/gotoblas | |
parent | 253ad080c8440170c5313e2a1c82c5da3afe949a (diff) | |
download | ports-ac4182bf51b74f8389e8d76b04390f7adacfd710.tar.gz ports-ac4182bf51b74f8389e8d76b04390f7adacfd710.zip |
Notes
Diffstat (limited to 'math/gotoblas')
-rw-r--r-- | math/gotoblas/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gotoblas/Makefile b/math/gotoblas/Makefile index 0c2b5be56d70..124acb52d335 100644 --- a/math/gotoblas/Makefile +++ b/math/gotoblas/Makefile @@ -7,6 +7,7 @@ PORTNAME= gotoblas PORTVERSION= 2.${GOTOBLAS2VER} +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_LOCAL:S|%SUBDIR%|maho/gotoblas|} \ ftp://ftp.netlib.org/lapack/:lapack \ @@ -27,7 +28,6 @@ LARGE_FILE= large.tgz TIMING_FILE= timing.tgz USE_GMAKE= yes USE_LDCONFIG= yes -RESTRICTED= Redistribution not permitted WRKSRC= ${WRKDIR}/GotoBLAS2 USE_PERL5_BUILD= yes |