aboutsummaryrefslogtreecommitdiffstats
path: root/math/suitesparse/Makefile
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2015-05-12 11:26:22 +0800
committermaho <maho@FreeBSD.org>2015-05-12 11:26:22 +0800
commit383f2d214a93966f1b59c8824cb56863b81a29e3 (patch)
treed5381228e22fc77ec97463661f1d8b01f728bf5a /math/suitesparse/Makefile
parent73e4aa30d5a66f54ef8b9800df6635528878c67b (diff)
downloadfreebsd-ports-gnome-383f2d214a93966f1b59c8824cb56863b81a29e3.tar.gz
freebsd-ports-gnome-383f2d214a93966f1b59c8824cb56863b81a29e3.tar.zst
freebsd-ports-gnome-383f2d214a93966f1b59c8824cb56863b81a29e3.zip
Use bsd.options.desc.mk for descriptions
Suggested by: demon@
Diffstat (limited to 'math/suitesparse/Makefile')
-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)