diff options
Diffstat (limited to 'math/glpk/Makefile')
-rw-r--r-- | math/glpk/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile index 6ce9687..9b57f5a 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -6,9 +6,10 @@ # PORTNAME= glpk -PORTVERSION= 2.1 +PORTVERSION= 2.2 CATEGORIES= math -MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITES= ${MASTER_SITE_GNU} \ + http://people.freebsd.org/~demon/distfiles/ MASTER_SITE_SUBDIR= glpk .if !defined(NOPORTDOCS) DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DOCFILES} |