aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2024-02-11 14:26:39 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2024-02-11 14:28:28 +0000
commit694cfbe2a427621c16f8bd98b29dc8a5cd0a42d6 (patch)
treeb09dd58328e1a01abf0ff4609074dd55d07baab1
parent64f494620b21d54f4fdb66b8393ac5c20f2bf759 (diff)
downloadports-694cfbe2a427621c16f8bd98b29dc8a5cd0a42d6.tar.gz
ports-694cfbe2a427621c16f8bd98b29dc8a5cd0a42d6.zip
mail/wanderlust: Fix breakage of HTML rendering with updated emacs-w3m
-rw-r--r--mail/wanderlust/Makefile1
-rw-r--r--mail/wanderlust/files/wanderlust-startup.el1
2 files changed, 2 insertions, 0 deletions
diff --git a/mail/wanderlust/Makefile b/mail/wanderlust/Makefile
index c0c25fc0a4b0..657e08cfe5d0 100644
--- a/mail/wanderlust/Makefile
+++ b/mail/wanderlust/Makefile
@@ -1,5 +1,6 @@
PORTNAME= wanderlust
PORTVERSION= 2.15.9.b.${SNAPDATE}
+PORTREVISION= 1
CATEGORIES= mail elisp
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
diff --git a/mail/wanderlust/files/wanderlust-startup.el b/mail/wanderlust/files/wanderlust-startup.el
index e9ef833c9671..12826e865ca1 100644
--- a/mail/wanderlust/files/wanderlust-startup.el
+++ b/mail/wanderlust/files/wanderlust-startup.el
@@ -1,4 +1,5 @@
(autoload 'wl "wl" "Wanderlust" t)
(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)
(load "mime-setup")
+(load "mime-w3m")
(provide 'wanderlust-startup)