summaryrefslogtreecommitdiff
path: root/lang/polyml
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2012-06-14 22:23:36 +0000
committersbd <sbd@pkgsrc.org>2012-06-14 22:23:36 +0000
commitf985e7d13d32496e236f128027947cecc9ce85a9 (patch)
tree6690983f04eec44771d3f7e5d39375debc857d8f /lang/polyml
parent323013d7d43236992380f4307ef61bd7b180148c (diff)
downloadpkgsrc-f985e7d13d32496e236f128027947cecc9ce85a9.tar.gz
Add missing devel/gmp buildlink.
Bump PKGREVISION.
Diffstat (limited to 'lang/polyml')
-rw-r--r--lang/polyml/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/polyml/Makefile b/lang/polyml/Makefile
index 6b23f00f022..6ee1640d918 100644
--- a/lang/polyml/Makefile
+++ b/lang/polyml/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2012/03/22 20:48:43 asau Exp $
+# $NetBSD: Makefile,v 1.4 2012/06/14 22:23:36 sbd Exp $
DISTNAME= polyml.5.4.1
PKGNAME= polyml-5.4.1
+PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=polyml/}
@@ -22,4 +23,5 @@ TEST_TARGET= tests
.include "options.mk"
.include "../../mk/pthread.buildlink3.mk"
+.include "../../devel/gmp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"