Thu Sep 8 21:53:35 2016 UTC ()
Add msgfmt for tools (needed on NetBSD 7).


(wiz)
diff -r1.6 -r1.7 pkgsrc/mail/neomutt/Makefile

cvs diff -r1.6 -r1.7 pkgsrc/mail/neomutt/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/neomutt/Makefile 2016/09/04 20:53:05 1.6
+++ pkgsrc/mail/neomutt/Makefile 2016/09/08 21:53:35 1.7
@@ -1,26 +1,26 @@ @@ -1,26 +1,26 @@
1# $NetBSD: Makefile,v 1.6 2016/09/04 20:53:05 wiz Exp $ 1# $NetBSD: Makefile,v 1.7 2016/09/08 21:53:35 wiz Exp $
2 2
3DISTNAME= neomutt-20160827 3DISTNAME= neomutt-20160827
4CATEGORIES= mail 4CATEGORIES= mail
5MASTER_SITES= ${MASTER_SITE_GITHUB:=neomutt/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=neomutt/}
6GITHUB_TAG= ${DISTNAME} 6GITHUB_TAG= ${DISTNAME}
7 7
8MAINTAINER= wiz@NetBSD.org 8MAINTAINER= wiz@NetBSD.org
9HOMEPAGE= http://www.neomutt.org/ 9HOMEPAGE= http://www.neomutt.org/
10COMMENT= Fork of mutt with integrated community patches 10COMMENT= Fork of mutt with integrated community patches
11LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # or newer 11LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # or newer
12 12
13USE_TOOLS+= autoconf automake autoreconf 13USE_TOOLS+= autoconf automake autoreconf msgfmt
14 14
15SPECIAL_PERMS+= bin/mutt_dotlock ${REAL_ROOT_USER} mail 2551 15SPECIAL_PERMS+= bin/mutt_dotlock ${REAL_ROOT_USER} mail 2551
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17CONFIGURE_ARGS+= --without-included-gettext 17CONFIGURE_ARGS+= --without-included-gettext
18CONFIGURE_ARGS+= --enable-external-dotlock 18CONFIGURE_ARGS+= --enable-external-dotlock
19CONFIGURE_ARGS+= --enable-imap 19CONFIGURE_ARGS+= --enable-imap
20CONFIGURE_ARGS+= --enable-notmuch 20CONFIGURE_ARGS+= --enable-notmuch
21CONFIGURE_ARGS+= --enable-pop 21CONFIGURE_ARGS+= --enable-pop
22 22
23EGDIR= ${PREFIX}/share/examples/neomutt 23EGDIR= ${PREFIX}/share/examples/neomutt
24CONF_FILES= ${EGDIR}/Muttrc ${PKG_SYSCONFDIR}/Muttrc 24CONF_FILES= ${EGDIR}/Muttrc ${PKG_SYSCONFDIR}/Muttrc
25CONF_FILES+= ${EGDIR}/mime.types ${PKG_SYSCONFDIR}/mime.types 25CONF_FILES+= ${EGDIR}/mime.types ${PKG_SYSCONFDIR}/mime.types
26INSTALLATION_DIRS+= ${DOCDIR} ${EGDIR} 26INSTALLATION_DIRS+= ${DOCDIR} ${EGDIR}