diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-15 15:28:24 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-15 15:28:24 +0000 |
commit | 305dafbfbfafe33633d06f993dfcca3a4f8a1983 (patch) | |
tree | 8f65cdabd181b19b74bd457b2dd53ac5e4456fc5 /sysutils | |
parent | 71a3a92404f3109cfce96c8abaa2372ac7e5ab04 (diff) | |
download | pkgsrc-305dafbfbfafe33633d06f993dfcca3a4f8a1983.tar.gz |
wants to link with pthreads
Diffstat (limited to 'sysutils')
-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" |