summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2018-03-26 20:21:43 +0000
committerdholland <dholland@pkgsrc.org>2018-03-26 20:21:43 +0000
commit2fa689d6034e6bd21b86e9c2d2894d4563affd7f (patch)
tree1753b704287d84c60e9dc9485eaf1dbb401a443e /lang
parent667ff1aab3cb0353aabac35d47c058b92600e8ad (diff)
downloadpkgsrc-2fa689d6034e6bd21b86e9c2d2894d4563affd7f.tar.gz
Requires ocaml-num.
Diffstat (limited to 'lang')
-rw-r--r--lang/boomerang/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/boomerang/Makefile b/lang/boomerang/Makefile
index 5ea89ca8341..c28d1aa6566 100644
--- a/lang/boomerang/Makefile
+++ b/lang/boomerang/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2018/01/10 16:53:11 jaapb Exp $
+# $NetBSD: Makefile,v 1.16 2018/03/26 20:21:43 dholland Exp $
#
DISTNAME= boomerang-0.2-source
@@ -47,4 +47,5 @@ do-install:
${DESTDIR}${PREFIX}/share/examples/boomerang/xsugar
.include "../../lang/ocaml/buildlink3.mk"
+.include "../../math/ocaml-num/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"