diff options
author | tnn <tnn> | 2015-03-15 15:28:24 +0000 |
---|---|---|
committer | tnn <tnn> | 2015-03-15 15:28:24 +0000 |
commit | f8239684df2317410c0ee075550b15924d83d126 (patch) | |
tree | 8f65cdabd181b19b74bd457b2dd53ac5e4456fc5 /sysutils/watchman | |
parent | 480ee39b05dd7a11b861e70dd5258e30602e2b47 (diff) | |
download | pkgsrc-f8239684df2317410c0ee075550b15924d83d126.tar.gz |
wants to link with pthreads
Diffstat (limited to 'sysutils/watchman')
-rw-r--r-- | sysutils/watchman/Makefile | 3 |
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" |