summaryrefslogtreecommitdiff
path: root/mail/mutt
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-01-22 13:20:57 +0000
committerwiz <wiz@pkgsrc.org>2019-01-22 13:20:57 +0000
commit87d3b1f98e170481bcc22d6bc9dee7afd5d9b0c9 (patch)
tree96873c8482493cabcfa571de92b90a59d4ae7654 /mail/mutt
parent62d3e72f5a61a08f77d6401a1f23b1965e792afe (diff)
downloadpkgsrc-87d3b1f98e170481bcc22d6bc9dee7afd5d9b0c9.tar.gz
mutt: add build dependencies on docbook-xsl and lynx
In my environment, the build was trying and failing to download the docbook xhtml files and then generating an empty manual.txt when lynx was not found. Bump PKGREVISION to be on the safe side.
Diffstat (limited to 'mail/mutt')
-rw-r--r--mail/mutt/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index 08c5b356799..68acf30d9dd 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.205 2019/01/08 08:01:04 tron Exp $
+# $NetBSD: Makefile,v 1.206 2019/01/22 13:20:57 wiz Exp $
DISTNAME= mutt-1.11.2
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/
@@ -9,6 +10,9 @@ HOMEPAGE= http://www.mutt.org/
COMMENT= Text-based MIME mail client with PGP & S/MIME support
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # or newer
+BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
+BUILD_DEPENDS+= lynx-[0-9]*:../../www/lynx
+
CONFLICTS+= neomutt-[0-9]*
.include "../../mk/bsd.prefs.mk"