diff options
author | xtraeme <xtraeme> | 2003-12-05 23:25:26 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2003-12-05 23:25:26 +0000 |
commit | 8efba783914136dc91f914e566c5ba42ae56c58c (patch) | |
tree | b2918b517f623cabaab3f43c1debbae71f45fe83 /security | |
parent | 918c426cdcf0016259e987dc12a9628dbcd3754d (diff) | |
download | pkgsrc-8efba783914136dc91f914e566c5ba42ae56c58c.tar.gz |
Add and enable libgpg-error.
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 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 |