diff options
author | fhajny <fhajny@pkgsrc.org> | 2015-06-12 12:07:45 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2015-06-12 12:07:45 +0000 |
commit | c735de58476802f2dbf2c6efcfa1ef1eee89691c (patch) | |
tree | 4eff9bb013a5ba42a7f63492d9235af59e39a453 /security | |
parent | 87f064511a8c80423c181148dafb6d86a18b3e41 (diff) | |
download | pkgsrc-c735de58476802f2dbf2c6efcfa1ef1eee89691c.tar.gz |
Remove security/polarssl (use security/mbedtls now)
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/Makefile b/security/Makefile index bbc398d08ba..283c2a07948 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.554 2015/06/06 09:15:01 pettai Exp $ +# $NetBSD: Makefile,v 1.555 2015/06/12 12:07:45 fhajny Exp $ # COMMENT= Security tools @@ -171,6 +171,7 @@ SUBDIR+= log2timeline SUBDIR+= logcheck SUBDIR+= lsh SUBDIR+= lua-sec +SUBDIR+= mbedtls SUBDIR+= mcrypt SUBDIR+= md4-collision SUBDIR+= md5-collision @@ -333,7 +334,6 @@ SUBDIR+= pinentry-qt4 SUBDIR+= pinepgp SUBDIR+= pkcs11-helper SUBDIR+= pks -SUBDIR+= polarssl SUBDIR+= policykit SUBDIR+= policykit-gnome SUBDIR+= polkit-qt |