pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/mutt mutt: add build dependencies on docbook-xsl ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/569753c83fd6
branches: trunk
changeset: 390515:569753c83fd6
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Jan 22 13:20:57 2019 +0000
description:
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:
mail/mutt/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r efa43a07ad2b -r 569753c83fd6 mail/mutt/Makefile
--- a/mail/mutt/Makefile Tue Jan 22 13:19:44 2019 +0000
+++ b/mail/mutt/Makefile Tue Jan 22 13:20:57 2019 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index