pkgsrc-WIP-changes archive

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

gjs: Simplify tools



Module Name:	pkgsrc-wip
Committed By:	nia <nia%NetBSD.org@localhost>
Pushed By:	nee
Date:		Sat Oct 5 16:42:46 2019 +0100
Changeset:	d13672f14c10291aa4de4bc6262ec97cf5580113

Modified Files:
	gjs/Makefile

Log Message:
gjs: Simplify tools

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d13672f14c10291aa4de4bc6262ec97cf5580113

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gjs/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/gjs/Makefile b/gjs/Makefile
index 7cf51520eb..debd0ef4af 100644
--- a/gjs/Makefile
+++ b/gjs/Makefile
@@ -14,7 +14,8 @@ BUILD_DEPENDS+=	autoconf-archive-[0-9]*:../../devel/autoconf-archive
 
 GNU_CONFIGURE=	yes
 USE_LIBTOOL=	yes
-USE_TOOLS+=	aclocal autoconf autoreconf automake gettext gmake m4 pkg-config
+USE_TOOLS+=	autoconf autoreconf automake
+USE_TOOLS+=	gmake pkg-config
 USE_LANGUAGES=	c c++
 
 PKGCONFIG_OVERRIDE+=	gjs-1.0.pc.in


Home | Main Index | Thread Index | Old Index