diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-09-04 16:02:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-09-04 16:02:16 +0000 |
commit | a8ed171245e2ea11b77ce5e3ed92e552541f6dc1 (patch) | |
tree | 2d206dd00b752621c542c0b063bec6c9471a3355 /math/liblbfgs | |
parent | 76fa2c1542494266da9e81ebf8b0c737fc4c652c (diff) |
Notes
Diffstat (limited to 'math/liblbfgs')
-rw-r--r-- | math/liblbfgs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/liblbfgs/Makefile b/math/liblbfgs/Makefile index f534700d52e4..b69e3c260750 100644 --- a/math/liblbfgs/Makefile +++ b/math/liblbfgs/Makefile @@ -5,7 +5,7 @@ PORTNAME= liblbfgs PORTVERSION= 1.10 PORTREVISION= 1 CATEGORIES= math -MASTER_SITES= http://cloud.github.com/downloads/chokkan/liblbfgs/ +MASTER_SITES= GHC MAINTAINER= gaod@hychen.org COMMENT= Library of Limited-memory Broyden-Fletcher-Goldfarb-Shanno @@ -14,6 +14,8 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= libtool +USE_GITHUB= yes +GH_ACCOUNT= chokkan GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf:env |