summaryrefslogtreecommitdiff
path: root/sysutils/watchman
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2015-03-15 15:28:24 +0000
committertnn <tnn@pkgsrc.org>2015-03-15 15:28:24 +0000
commit305dafbfbfafe33633d06f993dfcca3a4f8a1983 (patch)
tree8f65cdabd181b19b74bd457b2dd53ac5e4456fc5 /sysutils/watchman
parent71a3a92404f3109cfce96c8abaa2372ac7e5ab04 (diff)
downloadpkgsrc-305dafbfbfafe33633d06f993dfcca3a4f8a1983.tar.gz
wants to link with pthreads
Diffstat (limited to 'sysutils/watchman')
-rw-r--r--sysutils/watchman/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/watchman/Makefile b/sysutils/watchman/Makefile
index 2db1049aa16..d0d1c43a93c 100644
--- a/sysutils/watchman/Makefile
+++ b/sysutils/watchman/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2015/02/14 22:36:53 nros Exp $
+# $NetBSD: Makefile,v 1.5 2015/03/15 15:28:24 tnn Exp $
DISTNAME= watchman-${VERSION}
VERSION= 3.0.0
@@ -21,4 +21,5 @@ pre-configure:
cd ${WRKSRC} && ${SH} autogen.sh
.include "../../devel/pcre/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"