diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2004-12-10 00:48:40 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2004-12-10 00:48:40 +0000 |
commit | f518154a16bb77740746226946be699b3a85d2e4 (patch) | |
tree | 0d2f5baf58b7e849cea019026e3c802c012d74b0 /lang | |
parent | 100863bffa4785314104f17caa0fba050130ea2a (diff) | |
download | pkgsrc-f518154a16bb77740746226946be699b3a85d2e4.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" |