summaryrefslogtreecommitdiff
path: root/devel/libinotify
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2015-03-12 14:54:14 +0000
committertnn <tnn@pkgsrc.org>2015-03-12 14:54:14 +0000
commit7e17e56cad3caf089b1dcb3d424391fe3e0d3177 (patch)
tree6681cfdfbb2e31ce4680d7d6e39e87befd2b5654 /devel/libinotify
parent84fb1ef8d103f9ff0137b06a82be0bb78d2abdc4 (diff)
downloadpkgsrc-7e17e56cad3caf089b1dcb3d424391fe3e0d3177.tar.gz
wants to link with libpthread
Diffstat (limited to 'devel/libinotify')
-rw-r--r--devel/libinotify/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libinotify/Makefile b/devel/libinotify/Makefile
index 4263c671f30..91dcd929a56 100644
--- a/devel/libinotify/Makefile
+++ b/devel/libinotify/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2012/10/31 11:17:16 asau Exp $
+# $NetBSD: Makefile,v 1.4 2015/03/12 14:54:14 tnn Exp $
#
DISTNAME= libinotify-0.0
@@ -20,4 +20,5 @@ NOT_FOR_PLATFORM+= SunOS-*-*
pre-configure:
cd ${WRKSRC} && autoreconf -fvi
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"