summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortnn <tnn>2015-03-15 14:17:00 +0000
committertnn <tnn>2015-03-15 14:17:00 +0000
commit374b6ec46421092eb61cd48094df94f91e1ad9b1 (patch)
tree434cccb68d06f1693eafc5287193847ce5b8839d /security
parent990a9a1f806014f8be723f4cd4bccffec2405995 (diff)
downloadpkgsrc-374b6ec46421092eb61cd48094df94f91e1ad9b1.tar.gz
wants to link with pthreads
Diffstat (limited to 'security')
-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"