diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-01-07 00:21:31 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-01-07 00:21:31 +0000 |
commit | 2ade0c566c3d96f59b0a262057eeddcadb149f26 (patch) | |
tree | 6afa697e8301d8365968849ed1171467821faf4a /math/gotoblas/Makefile | |
parent | - Update to 4.4. A bugfix release. (diff) |
Add MANUAL_PACKAGE_BUILD.
Notes
Notes:
svn path=/head/; revision=205127
Diffstat (limited to '')
-rw-r--r-- | math/gotoblas/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/gotoblas/Makefile b/math/gotoblas/Makefile index 0f0c77cfc1ae..5ac8f62de792 100644 --- a/math/gotoblas/Makefile +++ b/math/gotoblas/Makefile @@ -17,6 +17,7 @@ COMMENT= The fastest implementation of the Basic Linear Algebra Subroutines USE_GMAKE= yes USE_LDCONFIG= yes RESTRICTED= Redistribution not permitted +MANUAL_PACKAGE_BUILD= Please obtain the source code manyally from http://www.tacc.utexas.edu/resources/software/ WRKSRC= ${WRKDIR}/GotoBLAS PLIST_FILES= lib/libgoto.a \ lib/libgoto.so \ |