diff options
-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" |