pkgsrc-WIP-changes archive

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

many of my packages: Append to USE_TOOLS instead of reassigning it in Makefiles.



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Sat Mar 3 16:11:17 2018 +0000
Changeset:	8efc3943d63d08e2c6db56d21b58f19df67e461d

Modified Files:
	dsk2rom/Makefile
	grafX2/Makefile
	libretro-4do/Makefile
	libretro-beetle-lynx/Makefile
	libretro-beetle-ngp/Makefile
	libretro-beetle-psx/Makefile
	libretro-beetle-saturn/Makefile
	libretro-beetle-sgx/Makefile
	libretro-beetle-vb/Makefile
	libretro-beetle-wswan/Makefile
	libretro-bluemsx/Makefile
	libretro-cap32/Makefile
	libretro-citra/Makefile
	libretro-desmume/Makefile
	libretro-fbalpha/Makefile
	libretro-fmsx/Makefile
	libretro-freeintv/Makefile
	libretro-fuse/Makefile
	libretro-genesis-plus-gx/Makefile
	libretro-mame2003/Makefile
	libretro-mame2014/Makefile
	libretro-melonds/Makefile
	libretro-np2kai/Makefile
	libretro-o2em/Makefile
	libretro-parallel-n64/Makefile
	libretro-ppsspp/Makefile
	libretro-prboom/Makefile
	libretro-prosystem/Makefile
	libretro-px68k/Makefile
	libretro-snes9x/Makefile
	libretro-snes9x2005/Makefile
	libretro-snes9x2010/Makefile
	libretro-tyrquake/Makefile
	libretro-vecx/Makefile
	libretro-virtualjaguar/Makefile
	libretro-yabause/Makefile

Log Message:
many of my packages: Append to USE_TOOLS instead of reassigning it
in Makefiles.

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

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

diffstat:
 dsk2rom/Makefile                  | 2 +-
 grafX2/Makefile                   | 2 +-
 libretro-4do/Makefile             | 2 +-
 libretro-beetle-lynx/Makefile     | 2 +-
 libretro-beetle-ngp/Makefile      | 2 +-
 libretro-beetle-psx/Makefile      | 2 +-
 libretro-beetle-saturn/Makefile   | 2 +-
 libretro-beetle-sgx/Makefile      | 2 +-
 libretro-beetle-vb/Makefile       | 2 +-
 libretro-beetle-wswan/Makefile    | 2 +-
 libretro-bluemsx/Makefile         | 2 +-
 libretro-cap32/Makefile           | 2 +-
 libretro-citra/Makefile           | 2 +-
 libretro-desmume/Makefile         | 2 +-
 libretro-fbalpha/Makefile         | 2 +-
 libretro-fmsx/Makefile            | 2 +-
 libretro-freeintv/Makefile        | 2 +-
 libretro-fuse/Makefile            | 2 +-
 libretro-genesis-plus-gx/Makefile | 2 +-
 libretro-mame2003/Makefile        | 2 +-
 libretro-mame2014/Makefile        | 2 +-
 libretro-melonds/Makefile         | 2 +-
 libretro-np2kai/Makefile          | 2 +-
 libretro-o2em/Makefile            | 2 +-
 libretro-parallel-n64/Makefile    | 2 +-
 libretro-ppsspp/Makefile          | 2 +-
 libretro-prboom/Makefile          | 2 +-
 libretro-prosystem/Makefile       | 2 +-
 libretro-px68k/Makefile           | 2 +-
 libretro-snes9x/Makefile          | 2 +-
 libretro-snes9x2005/Makefile      | 2 +-
 libretro-snes9x2010/Makefile      | 2 +-
 libretro-tyrquake/Makefile        | 2 +-
 libretro-vecx/Makefile            | 2 +-
 libretro-virtualjaguar/Makefile   | 2 +-
 libretro-yabause/Makefile         | 2 +-
 36 files changed, 36 insertions(+), 36 deletions(-)

diffs:
diff --git a/dsk2rom/Makefile b/dsk2rom/Makefile
index 3120160606..d90501ed58 100644
--- a/dsk2rom/Makefile
+++ b/dsk2rom/Makefile
@@ -9,7 +9,7 @@ COMMENT=	MSX disk image conversion utility
 LICENSE=	gnu-gpl-v2
 
 USE_LANGUAGES=	c c++
-USE_TOOLS=	gmake
+USE_TOOLS+=	gmake
 
 WRKSRC=		${WRKDIR}/dsk2rom
 
diff --git a/grafX2/Makefile b/grafX2/Makefile
index fbfa96e033..192767ba41 100644
--- a/grafX2/Makefile
+++ b/grafX2/Makefile
@@ -14,7 +14,7 @@ GITLAB_REV=	v${PKGVERSION_NOREV}
 
 WRKSRC=		${WRKDIR}/${GITLAB_PROJECT}-${GITLAB_REV}-${GITLAB_TAG}/src
 
-USE_TOOLS=	pkg-config gmake
+USE_TOOLS+=	pkg-config gmake
 
 MAKE_FLAGS+=	prefix=${PREFIX}
 CFLAGS+=	-DPREFIX=\"${PREFIX}\"
diff --git a/libretro-4do/Makefile b/libretro-4do/Makefile
index c4f04b669a..0933dc6574 100644
--- a/libretro-4do/Makefile
+++ b/libretro-4do/Makefile
@@ -9,7 +9,7 @@ GITHUB_TAG=	368a8eb2b8eb61a17d1d5be6edc37775820634c7
 HOMEPAGE=	https://docs.libretro.com/library/4do/
 COMMENT=	Libretro core for 3DO emulation
 
-USE_TOOLS=	gmake
+USE_TOOLS+=	gmake
 MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
 
 .include "../../mk/endian.mk"
diff --git a/libretro-beetle-lynx/Makefile b/libretro-beetle-lynx/Makefile
index f2b8292b9f..3f13a038ca 100644
--- a/libretro-beetle-lynx/Makefile
+++ b/libretro-beetle-lynx/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	https://docs.libretro.com/library/beetle_handy/
 COMMENT=	Libretro core based on the Mednafen Atari Lynx emulator
 LICENSE=	gnu-gpl-v2
 
-USE_TOOLS=	gmake
+USE_TOOLS+=	gmake
 USE_LANGUAGES=	c c++
 MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
 
diff --git a/libretro-beetle-ngp/Makefile b/libretro-beetle-ngp/Makefile
index 082b1d8b11..eef1470210 100644
--- a/libretro-beetle-ngp/Makefile
+++ b/libretro-beetle-ngp/Makefile
@@ -11,7 +11,7 @@ HOMEPAGE=	https://docs.libretro.com/library/beetle_neopop/
 COMMENT=	Libretro core based on the Mednafen Neo Geo Pocket emulator
 LICENSE=	gnu-gpl-v2
 
-USE_TOOLS=	gmake
+USE_TOOLS+=	gmake
 USE_LANGUAGES=	c c++
 MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
 
diff --git a/libretro-beetle-psx/Makefile b/libretro-beetle-psx/Makefile
index 67982bd8f7..e802274657 100644
--- a/libretro-beetle-psx/Makefile
+++ b/libretro-beetle-psx/Makefile
@@ -13,7 +13,7 @@ LICENSE=	gnu-gpl-v2
 
 EXTRACT_USING=	bsdtar
 
-USE_TOOLS=	gmake
+USE_TOOLS+=	gmake
 USE_LANGUAGES=	c c++
 
 MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
diff --git a/libretro-beetle-saturn/Makefile b/libretro-beetle-saturn/Makefile
index ce769b9e98..9eabf7c326 100644
--- a/libretro-beetle-saturn/Makefile
+++ b/libretro-beetle-saturn/Makefile
@@ -13,7 +13,7 @@ LICENSE=	gnu-gpl-v2
 
 EXTRACT_USING=	bsdtar
 
-USE_TOOLS=	gmake
+USE_TOOLS+=	gmake
 USE_LANGUAGES=	c c++
 
 MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
diff --git a/libretro-beetle-sgx/Makefile b/libretro-beetle-sgx/Makefile
index 11db49a49a..44f5594bb5 100644
--- a/libretro-beetle-sgx/Makefile
+++ b/libretro-beetle-sgx/Makefile
@@ -12,7 +12,7 @@ LICENSE=	gnu-gpl-v2
 
 EXTRACT_USING+=	bsdtar
 
-USE_TOOLS=	gmake
+USE_TOOLS+=	gmake
 USE_LANGUAGES=	c c++
 
 MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
diff --git a/libretro-beetle-vb/Makefile b/libretro-beetle-vb/Makefile
index d8853b6667..66367f8e6f 100644
--- a/libretro-beetle-vb/Makefile
+++ b/libretro-beetle-vb/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	https://docs.libretro.com/library/beetle_vb/
 COMMENT=	Libretro core based on the Mednafen VirtualBoy emulator
 LICENSE=	gnu-gpl-v2
 
-USE_TOOLS=	gmake
+USE_TOOLS+=	gmake
 USE_LANGUAGES=	c c++
 
 MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
diff --git a/libretro-beetle-wswan/Makefile b/libretro-beetle-wswan/Makefile
index fb534dc678..d48c0b87b4 100644
--- a/libretro-beetle-wswan/Makefile
+++ b/libretro-beetle-wswan/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	https://docs.libretro.com/library/beetle_cygne/
 COMMENT=	Libretro core based on the Mednafen Wonderswan emulator
 LICENSE=	gnu-gpl-v2
 
-USE_TOOLS=	gmake
+USE_TOOLS+=	gmake
 USE_LANGUAGES=	c c++
 
 MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
diff --git a/libretro-bluemsx/Makefile b/libretro-bluemsx/Makefile
index 57c8fb54b7..9d4deb7787 100644
--- a/libretro-bluemsx/Makefile
+++ b/libretro-bluemsx/Makefile
@@ -12,7 +12,7 @@ LICENSE=	gnu-gpl-v2
 
 EXTRACT_USING=	bsdtar
 MAKE_FILE=	Makefile.libretro
-USE_TOOLS=	gmake
+USE_TOOLS+=	gmake
 USE_LANGUAGES=	c c++
 
 MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
diff --git a/libretro-cap32/Makefile b/libretro-cap32/Makefile
index 165a354af4..2c2df7ad0d 100644
--- a/libretro-cap32/Makefile
+++ b/libretro-cap32/Makefile
@@ -9,7 +9,7 @@ HOMEPAGE=	https://docs.libretro.com/library/caprice32/
 COMMENT=	Libretro core based on the Caprice32 Amstrad CPC emulator
 LICENSE=	gnu-gpl-v2
 
-USE_TOOLS=	gmake
+USE_TOOLS+=	gmake
 
 .include "../../mk/endian.mk"
 
diff --git a/libretro-citra/Makefile b/libretro-citra/Makefile
index 344d19f5a2..7baaf997d2 100644
--- a/libretro-citra/Makefile
+++ b/libretro-citra/Makefile
@@ -73,7 +73,7 @@ SITES.${XBYAK_TAG}.tar.gz= \
 WRKSRC=		${WRKDIR}/citra-${CITRA_TAG}
 USE_CMAKE=	yes
 USE_LANGUAGES=	c c++11
-USE_TOOLS=	gmake
+USE_TOOLS+=	gmake
 
 CMAKE_ARGS+=	-DENABLE_SDL2=OFF
 CMAKE_ARGS+=	-DENABLE_QT=OFF
diff --git a/libretro-desmume/Makefile b/libretro-desmume/Makefile
index cd53df69bb..cc89df58ef 100644
--- a/libretro-desmume/Makefile
+++ b/libretro-desmume/Makefile
@@ -13,7 +13,7 @@ GITHUB_TAG=	63ed05bbf02fa841adbdfd158cdc96033b48ddc0
 
 WRKSRC=		${WRKDIR}/desmume-${GITHUB_TAG}/desmume
 
-USE_TOOLS=	gmake
+USE_TOOLS+=	gmake
 
 MAKE_FILE=	Makefile.libretro
 
diff --git a/libretro-fbalpha/Makefile b/libretro-fbalpha/Makefile
index 4434b8d654..408d2e6024 100644
--- a/libretro-fbalpha/Makefile
+++ b/libretro-fbalpha/Makefile
@@ -11,7 +11,7 @@ HOMEPAGE=	https://wiki.libretro.com/index.php?title=Final_Burn_Alpha
 COMMENT=	Libretro core based on the FB Alpha arcade emulator
 LICENSE=	no-commercial-use
 
-USE_TOOLS=	gmake
+USE_TOOLS+=	gmake
 MAKE_FILE=	makefile.libretro
 USE_LANGUAGES=	c c++
 
diff --git a/libretro-fmsx/Makefile b/libretro-fmsx/Makefile
index f6ff997b8f..605204bb5d 100644
--- a/libretro-fmsx/Makefile
+++ b/libretro-fmsx/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	https://docs.libretro.com/library/fmsx/
 COMMENT=	Libretro core for emulation of the MSX family of home computers
 LICENSE=	no-commercial-use
 
-USE_TOOLS=	gmake
+USE_TOOLS+=	gmake
 
 MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
 
diff --git a/libretro-freeintv/Makefile b/libretro-freeintv/Makefile
index 6b998778ae..54523c9e76 100644
--- a/libretro-freeintv/Makefile
+++ b/libretro-freeintv/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	https://docs.libretro.com/library/freeintv/
 COMMENT=	Libretro core for Mattel Intellivision emulation
 LICENSE=	gnu-gpl-v3
 
-USE_TOOLS=	gmake
+USE_TOOLS+=	gmake
 USE_LANGUAGES=	c c++
 
 MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
diff --git a/libretro-fuse/Makefile b/libretro-fuse/Makefile
index f2a8bf50c1..0a9da1e11c 100644
--- a/libretro-fuse/Makefile
+++ b/libretro-fuse/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	https://docs.libretro.com/library/fuse/
 COMMENT=	Libretro core based on the FUSE ZX Spectrum emulator
 LICENSE=	gnu-gpl-v3
 
-USE_TOOLS=	gmake
+USE_TOOLS+=	gmake
 
 MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
 
diff --git a/libretro-genesis-plus-gx/Makefile b/libretro-genesis-plus-gx/Makefile
index 39a965836d..2da0f95477 100644
--- a/libretro-genesis-plus-gx/Makefile
+++ b/libretro-genesis-plus-gx/Makefile
@@ -12,7 +12,7 @@ COMMENT=	Libretro core based on the Genesis Plus Sega 8/16 bit emulator
 LICENSE=	picodrive-license
 
 EXTRACT_USING=	bsdtar
-USE_TOOLS=	gmake
+USE_TOOLS+=	gmake
 
 MAKE_FILE=	Makefile.libretro
 
diff --git a/libretro-mame2003/Makefile b/libretro-mame2003/Makefile
index 70cf67050d..15b9b4f430 100644
--- a/libretro-mame2003/Makefile
+++ b/libretro-mame2003/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	https://docs.libretro.com/library/mame_2003/
 COMMENT=	Libretro core based on the Multiple Arcade Machine Emulator (v0.78)
 LICENSE=	no-commercial-use
 
-USE_TOOLS=	gmake
+USE_TOOLS+=	gmake
 EXTRACT_USING=	bsdtar
 
 .include "../../mk/endian.mk"
diff --git a/libretro-mame2014/Makefile b/libretro-mame2014/Makefile
index 0beadeb5a2..2ca32a1285 100644
--- a/libretro-mame2014/Makefile
+++ b/libretro-mame2014/Makefile
@@ -12,7 +12,7 @@ COMMENT=	Libretro core based on the Multiple Arcade Machine Emulator (v0.159)
 LICENSE=	no-commercial-use
 
 EXTRACT_USING=	bsdtar
-USE_TOOLS=	gmake
+USE_TOOLS+=	gmake
 USE_LANGUAGES=	c c++03
 
 MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
diff --git a/libretro-melonds/Makefile b/libretro-melonds/Makefile
index 64d12f13bc..c1b326b865 100644
--- a/libretro-melonds/Makefile
+++ b/libretro-melonds/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	https://docs.libretro.com/library/melonds/
 COMMENT=	Libretro core based on the melonDS emulator
 LICENSE=	gnu-gpl-v3
 
-USE_TOOLS=	gmake
+USE_TOOLS+=	gmake
 USE_LANGUAGES=	c c++
 
 MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
diff --git a/libretro-np2kai/Makefile b/libretro-np2kai/Makefile
index 25c8acb15b..84de3254a0 100644
--- a/libretro-np2kai/Makefile
+++ b/libretro-np2kai/Makefile
@@ -15,7 +15,7 @@ GITHUB_TAG=	rev.${NP2KAI_REV}
 BUILD_DIRS=	sdl2
 MAKE_FILE=	Makefile.libretro
 
-USE_TOOLS=	gmake
+USE_TOOLS+=	gmake
 USE_LANGUAGES=	c c++
 
 MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
diff --git a/libretro-o2em/Makefile b/libretro-o2em/Makefile
index 5ed660b12c..438b3f6231 100644
--- a/libretro-o2em/Makefile
+++ b/libretro-o2em/Makefile
@@ -9,7 +9,7 @@ HOMEPAGE=	https://docs.libretro.com/library/o2em/
 COMMENT=	Libretro core for Magnavox Odyssey 2 and VideoPac emulation
 LICENSE=	artistic
 
-USE_TOOLS=	gmake
+USE_TOOLS+=	gmake
 
 MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
 
diff --git a/libretro-parallel-n64/Makefile b/libretro-parallel-n64/Makefile
index bcb0d2e970..614280149d 100644
--- a/libretro-parallel-n64/Makefile
+++ b/libretro-parallel-n64/Makefile
@@ -9,7 +9,7 @@ GITHUB_TAG=	db08e9c35cf690ac2241b772aa26ee5360fd55f0
 COMMENT=	Libretro core for Nintendo 64 emulation
 LICENSE=	gnu-gpl-v2
 
-USE_TOOLS=	gmake
+USE_TOOLS+=	gmake
 USE_LANGUAGES=	c c++
 EXTRACT_USING=	bsdtar
 
diff --git a/libretro-ppsspp/Makefile b/libretro-ppsspp/Makefile
index cb0b98e5c6..eb057ed1df 100644
--- a/libretro-ppsspp/Makefile
+++ b/libretro-ppsspp/Makefile
@@ -32,7 +32,7 @@ SITES.${SPRIV_TAG}.tar.gz= \
 WRKSRC=		${WRKDIR}/libretro-ppsspp-${PPSSPP_TAG}
 BUILD_DIRS=	libretro
 
-USE_TOOLS=	gmake pkg-config
+USE_TOOLS+=	gmake pkg-config
 USE_LANGUAGES=	c c++
 EXTRACT_USING=	bsdtar
 
diff --git a/libretro-prboom/Makefile b/libretro-prboom/Makefile
index 31c5baffbf..9bc1e1d455 100644
--- a/libretro-prboom/Makefile
+++ b/libretro-prboom/Makefile
@@ -11,7 +11,7 @@ LICENSE=	gnu-gpl-v2
 
 EXTRACT_USING=	bsdtar
 
-USE_TOOLS=	gmake
+USE_TOOLS+=	gmake
 
 MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
 
diff --git a/libretro-prosystem/Makefile b/libretro-prosystem/Makefile
index fd6b557188..cfbc7e87ed 100644
--- a/libretro-prosystem/Makefile
+++ b/libretro-prosystem/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	https://docs.libretro.com/library/prosystem/
 COMMENT=	Libretro core based on the ProSystem Atari 7800 emulator
 LICENSE=	gnu-gpl-v2
 
-USE_TOOLS=	gmake
+USE_TOOLS+=	gmake
 
 MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
 
diff --git a/libretro-px68k/Makefile b/libretro-px68k/Makefile
index 8226450b6c..1c30a2e7b9 100644
--- a/libretro-px68k/Makefile
+++ b/libretro-px68k/Makefile
@@ -11,7 +11,7 @@ COMMENT=	Libretro core based on the PX68K SHARP X68000 emulator
 LICENSE=	gnu-gpl-v2
 
 MAKE_FILE=	Makefile.libretro
-USE_TOOLS=	gmake
+USE_TOOLS+=	gmake
 USE_LANGUAGES=	c c++
 
 MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
diff --git a/libretro-snes9x/Makefile b/libretro-snes9x/Makefile
index 4546a2f623..b7cfea5efe 100644
--- a/libretro-snes9x/Makefile
+++ b/libretro-snes9x/Makefile
@@ -12,7 +12,7 @@ LICENSE=	no-commercial-use
 WRKSRC=		${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG}
 BUILD_DIRS=	libretro
 
-USE_TOOLS=	gmake
+USE_TOOLS+=	gmake
 USE_LANGUAGES=	c c++
 
 INSTALLATION_DIRS+=	${PREFIX}/lib/libretro
diff --git a/libretro-snes9x2005/Makefile b/libretro-snes9x2005/Makefile
index 54ca52b75d..0ec704bc6d 100644
--- a/libretro-snes9x2005/Makefile
+++ b/libretro-snes9x2005/Makefile
@@ -11,7 +11,7 @@ HOMEPAGE=	https://docs.libretro.com/library/snes9x_2005/
 COMMENT=	Libretro core based on the snes9x Super Nintendo emulator
 LICENSE=	no-commercial-use
 
-USE_TOOLS=	gmake
+USE_TOOLS+=	gmake
 
 MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
 
diff --git a/libretro-snes9x2010/Makefile b/libretro-snes9x2010/Makefile
index 6217bd9791..ef28b38680 100644
--- a/libretro-snes9x2010/Makefile
+++ b/libretro-snes9x2010/Makefile
@@ -11,7 +11,7 @@ COMMENT=	Libretro core based on the snes9x Super Nintendo emulator
 LICENSE=	no-commercial-use
 
 MAKE_FILE=	Makefile.libretro
-USE_TOOLS=	gmake
+USE_TOOLS+=	gmake
 
 MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
 
diff --git a/libretro-tyrquake/Makefile b/libretro-tyrquake/Makefile
index 47bd6fe8b5..86d65f3cb0 100644
--- a/libretro-tyrquake/Makefile
+++ b/libretro-tyrquake/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	https://docs.libretro.com/library/tyrquake/
 COMMENT=	Libretro core for the TyrQuake interpreter for Quake and Quakeworld
 LICENSE=	gnu-gpl-v2
 
-USE_TOOLS=	gmake
+USE_TOOLS+=	gmake
 
 MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
 
diff --git a/libretro-vecx/Makefile b/libretro-vecx/Makefile
index b7880dff30..e3aae10f31 100644
--- a/libretro-vecx/Makefile
+++ b/libretro-vecx/Makefile
@@ -10,7 +10,7 @@ COMMENT=	Libretro core for Vectrex emulation
 LICENSE=	gnu-gpl-v3
 
 MAKE_FILE=	Makefile.libretro
-USE_TOOLS=	gmake
+USE_TOOLS+=	gmake
 
 MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
 
diff --git a/libretro-virtualjaguar/Makefile b/libretro-virtualjaguar/Makefile
index 1e87e70030..e338a0a12f 100644
--- a/libretro-virtualjaguar/Makefile
+++ b/libretro-virtualjaguar/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	https://docs.libretro.com/library/virtual_jaguar/
 COMMENT=	Libretro core for Atari Jaguar emulation
 LICENSE=	gnu-gpl-v3
 
-USE_TOOLS=	gmake
+USE_TOOLS+=	gmake
 
 MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
 
diff --git a/libretro-yabause/Makefile b/libretro-yabause/Makefile
index 68ad466670..9d84eda8fa 100644
--- a/libretro-yabause/Makefile
+++ b/libretro-yabause/Makefile
@@ -13,7 +13,7 @@ LICENSE=	gnu-gpl-v2
 WRKSRC=		${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG}
 BUILD_DIRS=	libretro
 
-USE_TOOLS=	gmake
+USE_TOOLS+=	gmake
 USE_LANGUAGES=	c c++
 
 MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"


Home | Main Index | Thread Index | Old Index