summaryrefslogtreecommitdiff
path: root/devel/libusb1
diff options
context:
space:
mode:
authortnn <tnn>2015-03-11 22:25:25 +0000
committertnn <tnn>2015-03-11 22:25:25 +0000
commitde080946aeef83c239606e8679df05e5b1171f24 (patch)
tree2363b1edbf188022813200258e325e23fb1666a9 /devel/libusb1
parentd151603fe7010773624db5668c774f51eb490a76 (diff)
downloadpkgsrc-de080946aeef83c239606e8679df05e5b1171f24.tar.gz
wants to link with pthreads
Diffstat (limited to 'devel/libusb1')
-rw-r--r--devel/libusb1/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libusb1/Makefile b/devel/libusb1/Makefile
index deb4d69f210..b968a1798d9 100644
--- a/devel/libusb1/Makefile
+++ b/devel/libusb1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2015/01/04 02:50:42 dholland Exp $
+# $NetBSD: Makefile,v 1.11 2015/03/11 22:28:35 tnn Exp $
DISTNAME= libusb-1.0.9
PKGNAME= ${DISTNAME:S/libusb/libusb1/}
@@ -25,4 +25,5 @@ PKGCONFIG_OVERRIDE+= libusb-1.0.pc.in
CONFLICTS= libusbx-[0-9]*
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"