diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2016-11-06 19:24:27 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2016-11-06 19:24:27 +0000 |
commit | 36855604d9f4f6c9b84e6a36e81d31ac9a73c756 (patch) | |
tree | dc6c0005de498974128fa3b7952dcb0b19d2402d /mail | |
parent | 8598f4d7918e1b085fdaa0207fa6ffe5aede94bd (diff) | |
download | ports-36855604d9f4f6c9b84e6a36e81d31ac9a73c756.tar.gz ports-36855604d9f4f6c9b84e6a36e81d31ac9a73c756.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 44a35e13eff7..d594524e811f 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -3,7 +3,7 @@ PORTNAME= mutt PORTVERSION= 1.7.1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES+= mail ipv6 MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ \ ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \ @@ -101,7 +101,7 @@ TOKYOCABINET_DESC= Use tokyocabinet instead of Berkley DB URLVIEW_DESC= Use urlview for the URL selector menu XML_DESC= Use XML tools for rebuilding documentation -OPTIONS_DEFAULT= COMPRESSED_FOLDERS HTML ICONV IDN IFDEF_PATCH \ +OPTIONS_DEFAULT= COMPRESSED_FOLDERS GPGME HTML ICONV IDN IFDEF_PATCH \ IMAP_HEADER_CACHE LOCALES_FIX MAILBOX_MANPAGES \ MAILDIR_HEADER_CACHE MAILDIR_MTIME_PATCH NLS \ NCURSES PARENT_CHILD_MATCH_PATCH QUOTE_PATCH \ |