diff options
author | sbd <sbd> | 2013-03-18 10:14:57 +0000 |
---|---|---|
committer | sbd <sbd> | 2013-03-18 10:14:57 +0000 |
commit | aae96a9976df3c078f203ce0f0800bbe909cd34d (patch) | |
tree | 9034d625f9ae0149cfdc619a5904359d6782721a /security | |
parent | 305a0084e0e688eac6620530a12ebac89c2fb041 (diff) | |
download | pkgsrc-aae96a9976df3c078f203ce0f0800bbe909cd34d.tar.gz |
Add pthread buildlink.
Diffstat (limited to 'security')
-rw-r--r-- | security/pcsc-lite/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pcsc-lite/Makefile b/security/pcsc-lite/Makefile index c89d0a056ec..8c3412b2488 100644 --- a/security/pcsc-lite/Makefile +++ b/security/pcsc-lite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2013/02/01 22:21:11 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2013/03/18 10:14:57 sbd Exp $ # DISTNAME= pcsc-lite-1.8.7 @@ -42,4 +42,5 @@ INSTALLATION_DIRS= ${EGDIR} .include "../../devel/libusb1/buildlink3.mk" .include "../../mk/dlopen.buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |