diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-12-05 23:25:26 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-12-05 23:25:26 +0000 |
commit | 7d71d25f479c0f1c00d6a183a5d1791f42874b7d (patch) | |
tree | b2918b517f623cabaab3f43c1debbae71f45fe83 /security/Makefile | |
parent | eede73e5a93a2bc60420d8cd358c119b1e2408fc (diff) | |
download | pkgsrc-7d71d25f479c0f1c00d6a183a5d1791f42874b7d.tar.gz |
Add and enable libgpg-error.
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 bfd95d8e21d..ce5a7b65053 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.147 2003/12/05 17:46:21 xtraeme Exp $ +# $NetBSD: Makefile,v 1.148 2003/12/05 23:25:26 xtraeme Exp $ # COMMENT= Security tools @@ -48,6 +48,7 @@ SUBDIR+= libbf SUBDIR+= libcrack SUBDIR+= libdes SUBDIR+= libgcrypt +SUBDIR+= libgpg-error SUBDIR+= libidea SUBDIR+= libident SUBDIR+= libmcrypt |