aboutsummaryrefslogtreecommitdiff
path: root/math/cminpack
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-05-27 00:10:59 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2019-05-27 00:10:59 +0000
commit58c12b88a452ae70d1d5babf6ee4c954c348b6a8 (patch)
tree1251946c2dca2e97074a704754cc7df4ce495ff1 /math/cminpack
parentbfdb529849b2b826309ebff07865f3b422e171e8 (diff)
downloadports-58c12b88a452ae70d1d5babf6ee4c954c348b6a8.tar.gz
ports-58c12b88a452ae70d1d5babf6ee4c954c348b6a8.zip
math/cminpack: Fix build by adding USES=localbase
It couldn't find cblas.h on my system without this. Approved by: portmgr (fix build on some systems)
Notes
Notes: svn path=/head/; revision=502756
Diffstat (limited to 'math/cminpack')
-rw-r--r--math/cminpack/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/cminpack/Makefile b/math/cminpack/Makefile
index a4ae635450fa..1ff8fa3b9532 100644
--- a/math/cminpack/Makefile
+++ b/math/cminpack/Makefile
@@ -10,7 +10,7 @@ COMMENT= Solving nonlinear equations and nonlinear least squares problems
LICENSE_FILE= ${WRKSRC}/CopyrightMINPACK.txt
-USES= cmake
+USES= cmake localbase
USE_GITHUB= yes
GH_ACCOUNT= devernay