diff options
author | brook <brook@pkgsrc.org> | 2014-09-20 03:34:56 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2014-09-20 03:34:56 +0000 |
commit | 993b60c085543844d3d5c24b6d189f079daa78c4 (patch) | |
tree | 1153f0b57bbedd62036813dee43c23dcd6be1d0c /security/Makefile | |
parent | 4959a1e37fb59d09de46ba4e97a2ab5d5adef251 (diff) | |
download | pkgsrc-993b60c085543844d3d5c24b6d189f079daa78c4.tar.gz |
Move math/R-digest to security/R-digest and fix dependencies.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@. See the thread starting with:
http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
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 f63b2c5d247..98e55f22b68 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.522 2014/08/18 21:20:08 szptvlfn Exp $ +# $NetBSD: Makefile,v 1.523 2014/09/20 03:34:56 brook Exp $ # COMMENT= Security tools @@ -12,6 +12,7 @@ SUBDIR+= KeePass SUBDIR+= MyPasswordSafe SUBDIR+= PACK SUBDIR+= PortableSigner +SUBDIR+= R-digest SUBDIR+= TweetNaCl SUBDIR+= aide SUBDIR+= aide06 |