aboutsummaryrefslogtreecommitdiff
path: root/mail/nmh
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2019-07-04 03:26:49 +0000
committerCy Schubert <cy@FreeBSD.org>2019-07-04 03:26:49 +0000
commitecc5dd5840e4739b33eeb8fac9197bee47a9b9ab (patch)
tree6b5cae63745cc10bbfa0918562d4ac0c790662f9 /mail/nmh
parent6e90646a9a415860309397288bca884d30c4928f (diff)
downloadports-ecc5dd5840e4739b33eeb8fac9197bee47a9b9ab.tar.gz
ports-ecc5dd5840e4739b33eeb8fac9197bee47a9b9ab.zip
Recommended by our nmh upline, make the W3M option to depend on
www/w3m the default in order to install a text-based browser to render HTML for nmh. Users can still deselect the option to obtain a leaner install base. The other HTML rendering options also still available. Suggested by: Ken Hornstein <kenh@cmf.nrl.navy.mil> (nmh upline)
Notes
Notes: svn path=/head/; revision=505814
Diffstat (limited to 'mail/nmh')
-rw-r--r--mail/nmh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile
index 6d93584df9d3..ffd8ba2cf9f1 100644
--- a/mail/nmh/Makefile
+++ b/mail/nmh/Makefile
@@ -3,7 +3,7 @@
PORTNAME= nmh
PORTVERSION= 1.7.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= SAVANNAH
@@ -77,7 +77,7 @@ W3M_DESC= Install dependencies for www/w3m
W3M_BUILD_DEPENDS= w3m>=0:www/w3m
W3M_RUN_DEPENDS= w3m>=0:www/w3m
-OPTIONS_DEFAULT= SMTP FLOCK
+OPTIONS_DEFAULT= SMTP FLOCK W3M
.include <bsd.port.options.mk>