summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/perl5/module.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/perl5/module.mk b/lang/perl5/module.mk
index f9f2aadd769..e2c8d58f810 100644
--- a/lang/perl5/module.mk
+++ b/lang/perl5/module.mk
@@ -1,4 +1,4 @@
-# $NetBSD: module.mk,v 1.50 2005/10/19 04:40:23 jlam Exp $
+# $NetBSD: module.mk,v 1.51 2006/03/09 11:10:47 itohy Exp $
#
# This Makefile fragment is intended to be included by packages that build
# and install perl5 modules.
@@ -177,4 +177,6 @@ LDFLAGS+= ${PERL5_LDFLAGS}
.include "../../lang/perl5/packlist.mk"
+.include "../../mk/pthread.buildlink3.mk"
+
.endif # _PERL5_MODULE_MK