summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2015-03-11 22:37:18 +0000
committertnn <tnn@pkgsrc.org>2015-03-11 22:37:18 +0000
commiteff03ab2d213b065b32914060f8a931315783c33 (patch)
tree0e0f6b12fc7f155adc4eb4270f3e214de754ef80
parent19798d016a62454e1723e08f4ae362dfe2c6fe63 (diff)
downloadpkgsrc-eff03ab2d213b065b32914060f8a931315783c33.tar.gz
ocamlrun needs dlopen
-rw-r--r--lang/ocaml/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile
index 4a324475ea5..8c73886161e 100644
--- a/lang/ocaml/Makefile
+++ b/lang/ocaml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.93 2014/11/20 15:24:57 joerg Exp $
+# $NetBSD: Makefile,v 1.94 2015/03/11 22:37:18 tnn Exp $
.include "Makefile.common"
@@ -84,5 +84,6 @@ SUBST_STAGE.extra-rt-libs= pre-configure
do-test:
cd ${WRKSRC}/testsuite && ${MAKE_PROGRAM} all
+.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"