diff options
author | maho <maho@FreeBSD.org> | 2010-11-29 08:53:10 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2010-11-29 08:53:10 +0800 |
commit | a6479cc9319bd9e057b91ba8af3bf3285ed27a04 (patch) | |
tree | 4a70d26bed382cf4687fe240b7e642050e40521a /math | |
parent | c63557ccf8fb9359be7d6c7c82e6639fd276de61 (diff) | |
download | freebsd-ports-gnome-a6479cc9319bd9e057b91ba8af3bf3285ed27a04.tar.gz freebsd-ports-gnome-a6479cc9319bd9e057b91ba8af3bf3285ed27a04.tar.zst freebsd-ports-gnome-a6479cc9319bd9e057b91ba8af3bf3285ed27a04.zip |
a. remove RESTRICTED line
b. bump port revision to force build on package cluster.
Submitted by: Pedro F. Giffuni [a]
Diffstat (limited to 'math')
-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 |