summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn>2015-03-12 14:54:14 +0000
committertnn <tnn>2015-03-12 14:54:14 +0000
commit01168c514d7c767512d3d8387775450995203806 (patch)
tree6681cfdfbb2e31ce4680d7d6e39e87befd2b5654
parenta8e72633ea6c44f75cbb40d33936537f19784106 (diff)
downloadpkgsrc-01168c514d7c767512d3d8387775450995203806.tar.gz
wants to link with libpthread
-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"