diff options
author | lofi <lofi@FreeBSD.org> | 2004-11-05 01:21:22 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-11-05 01:21:22 +0800 |
commit | 68ae906a25380d0396b69143ba65d8a84ad2daf6 (patch) | |
tree | 7fe82ccc8b5b676559213b27408c8b533d6e6de7 /security/Makefile | |
parent | e8e871ea660162fa0b17b860aedb267290930abe (diff) | |
download | freebsd-ports-gnome-68ae906a25380d0396b69143ba65d8a84ad2daf6.tar.gz freebsd-ports-gnome-68ae906a25380d0396b69143ba65d8a84ad2daf6.tar.zst freebsd-ports-gnome-68ae906a25380d0396b69143ba65d8a84ad2daf6.zip |
Add pinentry-gtk2, a GTK+ 2.0 version of the GnuPG password dialog
PR: ports/73199
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
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 761b7b57bb30..374862e954e3 100644 --- a/security/Makefile +++ b/security/Makefile @@ -334,6 +334,7 @@ SUBDIR += pinentry SUBDIR += pinentry-curses SUBDIR += pinentry-gtk + SUBDIR += pinentry-gtk2 SUBDIR += pinentry-qt SUBDIR += pks SUBDIR += pktsuckers |