diff options
author | jperkin <jperkin@pkgsrc.org> | 2015-02-19 09:59:59 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2015-02-19 09:59:59 +0000 |
commit | 919c720244e261afa6e0f626be90f08faae71cbd (patch) | |
tree | 686f540a985c58795d3b06014bdf4a42bbe040fe /mail | |
parent | 64fbdb9401baa253ebf2c2a5db4ae933df1188b6 (diff) | |
download | pkgsrc-919c720244e261afa6e0f626be90f08faae71cbd.tar.gz |
Use gmake, fixes the 'txt2c' target and ensures that 'mutt -v' output
is correct. Currently on at least SunOS and OSX it is corrupt due to
falling back to the broken txt2c.sh script.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt-devel/Makefile.common | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/mutt-devel/Makefile.common b/mail/mutt-devel/Makefile.common index 327a9633a22..cd4d4fd1456 100644 --- a/mail/mutt-devel/Makefile.common +++ b/mail/mutt-devel/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2014/10/09 14:06:39 wiz Exp $ +# $NetBSD: Makefile.common,v 1.3 2015/02/19 09:59:59 jperkin Exp $ # # used by mail/mutt-devel/Makefile # used by mail/mutt-kz/Makefile @@ -6,8 +6,7 @@ .include "../../mk/bsd.prefs.mk" USE_PKGLOCALEDIR= yes -USE_TOOLS+= msgfmt -USE_TOOLS+= perl +USE_TOOLS+= gmake msgfmt perl GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/mutt |