pkgsrc-WIP-changes archive

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

(inputmethod/ibus-tutcode) USE_TOOLS += gmake (for tutcode.xml)



Module Name:	pkgsrc-wip
Committed By:	mef@NetBSD <makoto%if.t.u-tokyo.ac.jp@localhost>
Pushed By:	mef
Date:		Tue Aug 6 19:49:40 2024 +0900
Changeset:	a720c62204543572102ca0b4a25481a8d0d6dc27

Modified Files:
	ibus-tutcode/Makefile

Log Message:
(inputmethod/ibus-tutcode) USE_TOOLS += gmake (for tutcode.xml)

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

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

diffstat:
 ibus-tutcode/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/ibus-tutcode/Makefile b/ibus-tutcode/Makefile
index bc0176a850..9ed6e92a91 100644
--- a/ibus-tutcode/Makefile
+++ b/ibus-tutcode/Makefile
@@ -14,7 +14,7 @@ LICENSE=	gnu-gpl-v2
 WRKSRC=			${WRKDIR}/ibus-tutcode-ibus-tutcode-1.0.2
 USE_PKGLOCALEDIR=	yes
 USE_LANGUAGES=		c
-USE_TOOLS+=		autoconf automake
+USE_TOOLS+=		autoconf automake gmake
 
 pre-configure:
 	(cd ${WRKSRC}; ./autogen.sh --prefix ${PREFIX})


Home | Main Index | Thread Index | Old Index