pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/mutt
Module Name: pkgsrc
Committed By: wiz
Date: Tue Jan 22 13:20:57 UTC 2019
Modified Files:
pkgsrc/mail/mutt: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.205 -r1.206 pkgsrc/mail/mutt/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/mutt/Makefile
diff -u pkgsrc/mail/mutt/Makefile:1.205 pkgsrc/mail/mutt/Makefile:1.206
--- pkgsrc/mail/mutt/Makefile:1.205 Tue Jan 8 08:01:04 2019
+++ pkgsrc/mail/mutt/Makefile Tue Jan 22 13:20:57 2019
@@ -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"
Home |
Main Index |
Thread Index |
Old Index