diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-07-07 02:15:29 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-07-07 02:15:29 +0800 |
commit | 84fe66c6416c6b9e00832d7e993e615c4714bc51 (patch) | |
tree | cd446610afba11e1605735f0b572389b7584424c /security/Makefile | |
parent | 0ac3cc82b3989b650eb96823163af7a5f3b2ac0c (diff) | |
download | freebsd-ports-gnome-84fe66c6416c6b9e00832d7e993e615c4714bc51.tar.gz freebsd-ports-gnome-84fe66c6416c6b9e00832d7e993e615c4714bc51.tar.zst freebsd-ports-gnome-84fe66c6416c6b9e00832d7e993e615c4714bc51.zip |
add gpgme
A library to make access to GnuPG easier
PR: 28196
Submitted by: TERAMOTO Masahiro <teramoto@comm.eng.osaka-u.ac.jp>
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 95f6fe06f56c..c7bb34c9b7ce 100644 --- a/security/Makefile +++ b/security/Makefile @@ -45,6 +45,7 @@ SUBDIR += gnupg-idea SUBDIR += gpa SUBDIR += gpasman + SUBDIR += gpgme SUBDIR += gtkportscan SUBDIR += heimdal SUBDIR += hlfl |