summaryrefslogtreecommitdiff
path: root/lang/ocaml
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2004-12-10 00:48:40 +0000
committeruebayasi <uebayasi>2004-12-10 00:48:40 +0000
commit8a0f50635c3509c8299696b812d95e47cdf4833a (patch)
tree0d2f5baf58b7e849cea019026e3c802c012d74b0 /lang/ocaml
parent0b724d3fbe3bc57c599ad354ae5308cdcd1e6cd5 (diff)
downloadpkgsrc-8a0f50635c3509c8299696b812d95e47cdf4833a.tar.gz
This is configured with -with-thread. Include pthread.buildlink3.mk
here explicitly.
Diffstat (limited to 'lang/ocaml')
-rw-r--r--lang/ocaml/Makefile3
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"