diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-11 22:37:18 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-11 22:37:18 +0000 |
commit | eff03ab2d213b065b32914060f8a931315783c33 (patch) | |
tree | 0e0f6b12fc7f155adc4eb4270f3e214de754ef80 | |
parent | 19798d016a62454e1723e08f4ae362dfe2c6fe63 (diff) | |
download | pkgsrc-eff03ab2d213b065b32914060f8a931315783c33.tar.gz |
ocamlrun needs dlopen
-rw-r--r-- | lang/ocaml/Makefile | 3 |
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" |