pkgsrc-WIP-changes archive

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

lima: Reorder USE_TOOLS to have it before MAKE_FLAGS



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Jun 12 23:34:47 2022 +0200
Changeset:	3239a98c1bba91e7f9509eddd7feb82cdb5b594c

Modified Files:
	lima/Makefile

Log Message:
lima: Reorder USE_TOOLS to have it before MAKE_FLAGS

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

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

diffstat:
 lima/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/lima/Makefile b/lima/Makefile
index 13e90597d2..d2320bdf2f 100644
--- a/lima/Makefile
+++ b/lima/Makefile
@@ -10,11 +10,11 @@ HOMEPAGE=	https://github.com/lima-vm/lima
 COMMENT=	Linux virtual machines for running containerd
 LICENSE=	apache-2.0
 
+USE_TOOLS+=	gmake
+
 # Avoid to invoke/use git
 MAKE_FLAGS+=	VERSION=${GITHUB_TAG}
 
-USE_TOOLS+=	gmake
-
 do-build:
 	cd ${WRKSRC} && \
 	${RUN} ${_ULIMIT_CMD} \


Home | Main Index | Thread Index | Old Index