diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-10 19:34:14 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-10 19:34:14 +0000 |
commit | ed7a48d58772d7c9f9752debfaf72c7ab5794575 (patch) | |
tree | 873c663a65eaa21fe0a6ec164ff7b0f2f12fe101 /security/Makefile | |
parent | 9659f6c13a3c45b147882d11d072b0ffcc215a00 (diff) | |
download | pkgsrc-ed7a48d58772d7c9f9752debfaf72c7ab5794575.tar.gz |
Add and enable py-gnutls.
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 1f3f7d0f6b6..2e8b1dcfdb3 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.164 2004/01/25 00:48:22 kleink Exp $ +# $NetBSD: Makefile,v 1.165 2004/02/10 19:34:14 minskim Exp $ # COMMENT= Security tools @@ -134,6 +134,7 @@ SUBDIR+= pscan SUBDIR+= py-amkCrypto SUBDIR+= py-cryptkit SUBDIR+= py-gnupg +SUBDIR+= py-gnutls SUBDIR+= py-m2crypto SUBDIR+= pyca SUBDIR+= qident |