From 4c84981edd96002b667d1abc1e68333a59544df3 Mon Sep 17 00:00:00 2001 From: jperkin Date: Thu, 19 Feb 2015 09:59:59 +0000 Subject: 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. --- mail/mutt-devel/Makefile.common | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'mail') 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 -- cgit v1.2.3