diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-07-04 05:22:29 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-07-04 05:22:29 +0000 |
commit | f09352e397ea8f8ccfea2d2e268a17f5e6a8431e (patch) | |
tree | 88e7ce70f6b21e83afcd98dafb49d1a9bbfef8d3 /security | |
parent | 44ac6b118c0c03551ab299517554e01d126ec277 (diff) | |
download | pkgsrc-f09352e397ea8f8ccfea2d2e268a17f5e6a8431e.tar.gz |
Add libassuan22.
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 48eec6150d6..98ac3718318 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.556 2015/06/14 07:28:43 pettai Exp $ +# $NetBSD: Makefile,v 1.557 2015/07/04 05:22:29 ryoon Exp $ # COMMENT= Security tools @@ -126,6 +126,7 @@ SUBDIR+= kwalletmanager SUBDIR+= lasso SUBDIR+= libassuan SUBDIR+= libassuan2 +SUBDIR+= libassuan22 SUBDIR+= libbf SUBDIR+= libcrack SUBDIR+= libcurvecpr |