summaryrefslogtreecommitdiff
path: root/security/ykpers
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2015-03-15 14:17:00 +0000
committertnn <tnn@pkgsrc.org>2015-03-15 14:17:00 +0000
commit8d72b9d851d0ba58c39c51dd61de90dfbb80cb78 (patch)
tree434cccb68d06f1693eafc5287193847ce5b8839d /security/ykpers
parent510c3d2aa6d7302eea06351a29fb9c62684468a4 (diff)
downloadpkgsrc-8d72b9d851d0ba58c39c51dd61de90dfbb80cb78.tar.gz
wants to link with pthreads
Diffstat (limited to 'security/ykpers')
-rw-r--r--security/ykpers/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/ykpers/Makefile b/security/ykpers/Makefile
index 458ba63f0c9..b38fe63073c 100644
--- a/security/ykpers/Makefile
+++ b/security/ykpers/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2014/11/14 21:19:16 pettai Exp $
+# $NetBSD: Makefile,v 1.14 2015/03/15 14:17:00 tnn Exp $
#
DISTNAME= ykpers-1.16.1
@@ -18,4 +18,5 @@ PKGCONFIG_OVERRIDE+= ykpers-1.pc.in
.include "../../security/libyubikey/buildlink3.mk"
.include "../../devel/libusb1/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"