summaryrefslogtreecommitdiff
path: root/math/cminpack
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2019-05-31 16:47:10 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2019-05-31 16:47:10 +0000
commit9444fb5f234888bc3c832f2d25aa97b002431dd0 (patch)
tree9d24e99c5490207f23023d07bee420c9b398c879 /math/cminpack
parentUpdate to upstream release 1.7.12 (diff)
math/cminpack: fix build
Fix build after wrong commit in r503180
Notes
Notes: svn path=/head/; revision=503183
Diffstat (limited to 'math/cminpack')
-rw-r--r--math/cminpack/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/cminpack/Makefile b/math/cminpack/Makefile
index 6e10a25fa8c9..520ae646142c 100644
--- a/math/cminpack/Makefile
+++ b/math/cminpack/Makefile
@@ -11,12 +11,12 @@ COMMENT= Solving nonlinear equations and nonlinear least squares problems
LICENSE_FILE= ${WRKSRC}/CopyrightMINPACK.txt
-USES= cblaslapack:openblas make localbase
+USES= blaslapack:openblas cmake localbase
USE_GITHUB= yes
GH_ACCOUNT= devernay
-+CMAKE_ON= BUILD_SHARED_LIBS
+CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_OFF= USE_BLAS
OPTIONS_DEFINE= EXAMPLES