diff options
author | cy <cy@FreeBSD.org> | 2019-07-04 11:26:49 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2019-07-04 11:26:49 +0800 |
commit | 643886a286c8946e339d76001e9418a877f403c4 (patch) | |
tree | 6b5cae63745cc10bbfa0918562d4ac0c790662f9 /mail | |
parent | a1e158f9a55d8461eabb221daecb827f20eeb126 (diff) | |
download | freebsd-ports-gnome-643886a286c8946e339d76001e9418a877f403c4.tar.gz freebsd-ports-gnome-643886a286c8946e339d76001e9418a877f403c4.tar.zst freebsd-ports-gnome-643886a286c8946e339d76001e9418a877f403c4.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)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/nmh/Makefile | 4 |
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> |