diff options
author | wiz <wiz@pkgsrc.org> | 2015-07-06 10:37:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-07-06 10:37:27 +0000 |
commit | 7e02511f8136c9cb70a1e8340697759270904f6e (patch) | |
tree | 603c9bc115961d6322ff4128e8f3c4d3a4e35e72 /security/Makefile | |
parent | 1240909cb54a3949dfdc2b5e9854ff306d781e45 (diff) | |
download | pkgsrc-7e02511f8136c9cb70a1e8340697759270904f6e.tar.gz |
Remove libassuan22, use libassuan2 instead.
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/Makefile b/security/Makefile index f8cb91a18ff..f84fb03c26c 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.558 2015/07/04 05:27:03 ryoon Exp $ +# $NetBSD: Makefile,v 1.559 2015/07/06 10:37:27 wiz Exp $ # COMMENT= Security tools @@ -127,7 +127,6 @@ SUBDIR+= kwalletmanager SUBDIR+= lasso SUBDIR+= libassuan SUBDIR+= libassuan2 -SUBDIR+= libassuan22 SUBDIR+= libbf SUBDIR+= libcrack SUBDIR+= libcurvecpr |