diff options
author | spz <spz@pkgsrc.org> | 2009-09-21 12:33:31 +0000 |
---|---|---|
committer | spz <spz@pkgsrc.org> | 2009-09-21 12:33:31 +0000 |
commit | c730eca69c798efc20c71de0abee2a601337d686 (patch) | |
tree | b6a18794a7bc1b258b13be22f8262d7f248f4e13 /security | |
parent | d466d8462ce23c7e36dd795df29a6e8655f6a209 (diff) | |
download | pkgsrc-c730eca69c798efc20c71de0abee2a601337d686.tar.gz |
add an option to openvpn to enable using certificates on USB sticks
or cards (etc) that are using the PKCS11 protocol
Diffstat (limited to 'security')
-rw-r--r-- | security/pkcs11-helper/buildlink3.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/pkcs11-helper/buildlink3.mk b/security/pkcs11-helper/buildlink3.mk index 06e81099832..e0bef0f8408 100644 --- a/security/pkcs11-helper/buildlink3.mk +++ b/security/pkcs11-helper/buildlink3.mk @@ -1,11 +1,10 @@ -# $NetBSD: buildlink3.mk,v 1.1 2009/09/15 20:03:47 spz Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2009/09/21 12:33:31 spz Exp $ BUILDLINK_TREE+= pkcs11-helper .if !defined(PKCS11_HELPER_BUILDLINK3_MK) PKCS11_HELPER_BUILDLINK3_MK:= -BUILDLINK_DEPMETHOD.pkcs11-helper?= build BUILDLINK_API_DEPENDS.pkcs11-helper+= pkcs11-helper>=1.06 BUILDLINK_PKGSRCDIR.pkcs11-helper?= ../../security/pkcs11-helper |