summaryrefslogtreecommitdiff
path: root/math/glpk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/glpk/Makefile')
-rw-r--r--math/glpk/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile
index ba28da2781b..099e6717cde 100644
--- a/math/glpk/Makefile
+++ b/math/glpk/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2014/02/14 09:25:49 adam Exp $
+# $NetBSD: Makefile,v 1.40 2014/04/01 08:38:35 adam Exp $
-DISTNAME= glpk-4.53
+DISTNAME= glpk-4.54
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GNU:=glpk/}
@@ -16,4 +16,5 @@ CONFIGURE_ARGS+= --with-gmp
TEST_TARGET= check
.include "../../devel/gmp/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"