diff options
author | uebayasi <uebayasi> | 2004-12-10 00:48:40 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2004-12-10 00:48:40 +0000 |
commit | e406bc8e04685f2a457d2848d20a27efa8ccaace (patch) | |
tree | 0d2f5baf58b7e849cea019026e3c802c012d74b0 /lang | |
parent | 1d5ba9ed4ac13e0ff0d4b53519d3f56378de0eaf (diff) | |
download | pkgsrc-e406bc8e04685f2a457d2848d20a27efa8ccaace.tar.gz |
This is configured with -with-thread. Include pthread.buildlink3.mk
here explicitly.
Diffstat (limited to 'lang')
-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 a17e41d0b18..6cf78840265 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2004/12/03 15:15:01 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2004/12/10 00:48:40 uebayasi Exp $ DISTNAME= ocaml-3.06 PKGREVISION= 7 @@ -52,4 +52,5 @@ PLIST_SRC= ${PKGDIR}/PLIST .endif .include "../../x11/tk/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |