diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-05-27 00:10:59 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-05-27 00:10:59 +0000 |
commit | 58c12b88a452ae70d1d5babf6ee4c954c348b6a8 (patch) | |
tree | 1251946c2dca2e97074a704754cc7df4ce495ff1 /math/cminpack | |
parent | bfdb529849b2b826309ebff07865f3b422e171e8 (diff) |
Notes
Diffstat (limited to 'math/cminpack')
-rw-r--r-- | math/cminpack/Makefile | 2 |
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 |