aboutsummaryrefslogtreecommitdiff
path: root/math/suitesparse
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2015-05-12 03:26:22 +0000
committerMaho Nakata <maho@FreeBSD.org>2015-05-12 03:26:22 +0000
commit262e2e1e2ddf153a87f09e9e4c712139494900e6 (patch)
treed5381228e22fc77ec97463661f1d8b01f728bf5a /math/suitesparse
parent404c8fb21d0de890a35abaa90e3f0bf556ea2596 (diff)
downloadports-262e2e1e2ddf153a87f09e9e4c712139494900e6.tar.gz
ports-262e2e1e2ddf153a87f09e9e4c712139494900e6.zip
Use bsd.options.desc.mk for descriptions
Suggested by: demon@
Notes
Notes: svn path=/head/; revision=386116
Diffstat (limited to 'math/suitesparse')
-rw-r--r--math/suitesparse/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile
index 320c29bacde0..ab05bcda2e12 100644
--- a/math/suitesparse/Makefile
+++ b/math/suitesparse/Makefile
@@ -17,16 +17,11 @@ LICENSE_COMB= multi
USES= fortran gmake
OPTIONS_RADIO= BLAS
-OPTIONS_RADIO_BLAS= OPENBLAS REFERENCE ATLAS
+OPTIONS_RADIO_BLAS= OPENBLAS NETLIB ATLAS
OPTIONS_DEFAULT= OPENBLAS
-OPENBLAS_DESC= Openblas
OPENBLAS_USES= blaslapack:openblas
-
-REFERENCE_DESC= Blas / Lapack
-REFERENCE_USES= blaslapack:netlib
-
-ATLAS_DESC= ATLAS
+NETLIB_USES= blaslapack:netlib
ATLAS_USES= blaslapack:atlas
.if defined (WITH_METIS)