Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/neomutt neomutt: depend on mime-types, like mutt ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b5aa76e103a
branches:  trunk
changeset: 437386:0b5aa76e103a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Aug 22 20:48:59 2020 +0000

description:
neomutt: depend on mime-types, like mutt does.

Bump PKGREVISION.

diffstat:

 mail/neomutt/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r b70dada441a4 -r 0b5aa76e103a mail/neomutt/Makefile
--- a/mail/neomutt/Makefile     Sat Aug 22 19:31:12 2020 +0000
+++ b/mail/neomutt/Makefile     Sat Aug 22 20:48:59 2020 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2020/08/21 14:53:28 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2020/08/22 20:48:59 wiz Exp $
 
 DISTNAME=              neomutt-20200821
+PKGREVISION=           1
 CATEGORIES=            mail
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=neomutt/}
 GITHUB_TAG=            ${PKGVERSION_NOREV}
@@ -10,12 +11,13 @@
 COMMENT=               Fork of mutt with integrated community patches
 LICENSE=               gnu-gpl-v2 OR gnu-gpl-v3 # or newer
 
-USE_TOOLS+=            msgfmt gmake perl:build
-
 BUILD_DEPENDS+=                gettext-tools-[0-9]*:../../devel/gettext-tools
 BUILD_DEPENDS+=                libxslt-[0-9]*:../../textproc/libxslt
 BUILD_DEPENDS+=                docbook-xsl-[0-9]*:../../textproc/docbook-xsl
 BUILD_DEPENDS+=                w3m-[0-9]*:../../www/w3m
+DEPENDS+=              mime-types-[0-9]*:../../misc/mime-types
+
+USE_TOOLS+=            msgfmt gmake perl:build
 
 HAS_CONFIGURE=         yes
 EXTRACT_USING=         bsdtar



Home | Main Index | Thread Index | Old Index