summaryrefslogtreecommitdiff
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
parent6e5bd1f68610c3e69fdee8ef5b3486214df6da9a (diff)
downloadfreebsd-ports-9444fb5f234888bc3c832f2d25aa97b002431dd0.zip
math/cminpack: fix build
Fix build after wrong commit in r503180
-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