diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-07-06 18:15:29 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-07-06 18:15:29 +0000 |
commit | 84fe66c6416c6b9e00832d7e993e615c4714bc51 (patch) | |
tree | cd446610afba11e1605735f0b572389b7584424c /security/Makefile | |
parent | 0ac3cc82b3989b650eb96823163af7a5f3b2ac0c (diff) | |
download | FreeBSD-ports-84fe66c6416c6b9e00832d7e993e615c4714bc51.zip FreeBSD-ports-84fe66c6416c6b9e00832d7e993e615c4714bc51.tar.gz |
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 95f6fe0..c7bb34c 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 |