summaryrefslogtreecommitdiff
path: root/math/glpk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/glpk/Makefile')
-rw-r--r--math/glpk/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile
index 425d8d82b0c..653dd5e495b 100644
--- a/math/glpk/Makefile
+++ b/math/glpk/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2006/02/05 23:10:02 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2006/05/23 10:17:20 adam Exp $
-DISTNAME= glpk-4.9
-PKGREVISION= 1
+DISTNAME= glpk-4.10
CATEGORIES= math
MASTER_SITES= ftp://ftp.gnu.org/gnu/glpk/
@@ -9,8 +8,8 @@ MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/glpk/glpk.html
COMMENT= Library for solving linear programming problems
-USE_TOOLS+= gmake
USE_LIBTOOL= yes
+USE_TOOLS+= gmake
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"