diff options
Diffstat (limited to 'math/glpk/Makefile')
-rw-r--r-- | math/glpk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile index 15b985383eb..425d8d82b0c 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2006/02/04 11:54:51 markd Exp $ +# $NetBSD: Makefile,v 1.10 2006/02/05 23:10:02 joerg Exp $ DISTNAME= glpk-4.9 +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ftp://ftp.gnu.org/gnu/glpk/ |