diff options
author | maho <maho@FreeBSD.org> | 2008-01-07 08:21:31 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-01-07 08:21:31 +0800 |
commit | 588f5f603d57eb1acc8203c5a9f6b36b87fc4cad (patch) | |
tree | c7c330b683db738c67f9283ddf353f2ca3bb2d3b /math/gotoblas | |
parent | 2c5c90396aab48c6c51ee7e6f71c3bba44296e26 (diff) | |
download | freebsd-ports-gnome-588f5f603d57eb1acc8203c5a9f6b36b87fc4cad.tar.gz freebsd-ports-gnome-588f5f603d57eb1acc8203c5a9f6b36b87fc4cad.tar.zst freebsd-ports-gnome-588f5f603d57eb1acc8203c5a9f6b36b87fc4cad.zip |
Add MANUAL_PACKAGE_BUILD.
Diffstat (limited to 'math/gotoblas')
-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 \ |