diff options
author | wiz <wiz> | 2003-12-14 17:57:58 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-12-14 17:57:58 +0000 |
commit | 79414cd7410b580f49eb1dde03ce6127f7f4f7b4 (patch) | |
tree | 2d88cfccb8978784be12592511b44a38285d1ffc /security | |
parent | e1950bd488a50f7fa266483503fd63f1fa47ab2c (diff) | |
download | pkgsrc-79414cd7410b580f49eb1dde03ce6127f7f4f7b4.tar.gz |
Add and enable gpgme03.
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 524c93f3b4c..56ace2a380e 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.150 2003/12/10 21:39:28 heinz Exp $ +# $NetBSD: Makefile,v 1.151 2003/12/14 17:57:58 wiz Exp $ # COMMENT= Security tools @@ -35,6 +35,7 @@ SUBDIR+= gnupg SUBDIR+= gnutls SUBDIR+= gpa SUBDIR+= gpgme +SUBDIR+= gpgme03 SUBDIR+= gsasl SUBDIR+= gss SUBDIR+= gtk-systrace |