diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-05 10:54:41 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-05 10:54:41 +0800 |
commit | 3a414b606fd480d01a46a2f78397e7901e8facfb (patch) | |
tree | 93588474066be368e7d776608990aaecd2802ece /security/Makefile | |
parent | 55a764c9ba4a999f251a0bcc34ffb611b0df3db7 (diff) | |
download | freebsd-ports-gnome-3a414b606fd480d01a46a2f78397e7901e8facfb.tar.gz freebsd-ports-gnome-3a414b606fd480d01a46a2f78397e7901e8facfb.tar.zst freebsd-ports-gnome-3a414b606fd480d01a46a2f78397e7901e8facfb.zip |
Add gnomekeyring, an API and daemon for managing lists of credentials. This
is similar to the Keychain in MacOS.
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 03109cfc290f..f6d3efd0fafa 100644 --- a/security/Makefile +++ b/security/Makefile @@ -99,6 +99,7 @@ SUBDIR += gag SUBDIR += gcipher SUBDIR += gnome-ssh-askpass + SUBDIR += gnomekeyring SUBDIR += gnupg SUBDIR += gnupg-idea SUBDIR += gnutls |