diff options
author | dsainty <dsainty@pkgsrc.org> | 2003-11-22 09:50:19 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2003-11-22 09:50:19 +0000 |
commit | 7e1176fce68e683b83e4840b47409fffa1a1b14f (patch) | |
tree | ab0919796eea53e6ab0c97122a5d9a92983b0ebf /mail/exmh | |
parent | b5c7f9cad2ba5b101c1c7d2c5b53651dca3dc864 (diff) | |
download | pkgsrc-7e1176fce68e683b83e4840b47409fffa1a1b14f.tar.gz |
Adjust comment, exmh will also support security/gnupg if present
Diffstat (limited to 'mail/exmh')
-rw-r--r-- | mail/exmh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/exmh/Makefile b/mail/exmh/Makefile index a4c4e0235ea..21ef60cb786 100644 --- a/mail/exmh/Makefile +++ b/mail/exmh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2003/07/17 21:46:00 grant Exp $ +# $NetBSD: Makefile,v 1.33 2003/11/22 09:50:19 dsainty Exp $ # FreeBSD Id: Makefile,v 1.25 1998/02/15 05:36:54 peter Exp # @@ -25,6 +25,7 @@ TCLSH= tclsh # Additionally, exmh will use the following packages if present: # lang/expect # textproc/glimpse +# security/gnupg # security/pgp # mail/faces # audio/rplay |