pkgsrc-WIP-changes archive

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

libdrm: does not need gmake any more



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Tue Jul 20 13:10:05 2021 +0200
Changeset:	be29c4171dc3f8167009a6ee4e1c8b7c0b741789

Modified Files:
	libdrm/Makefile

Log Message:
libdrm: does not need gmake any more

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

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

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

diffs:
diff --git a/libdrm/Makefile b/libdrm/Makefile
index 10183b6110..542986cee5 100644
--- a/libdrm/Makefile
+++ b/libdrm/Makefile
@@ -14,7 +14,7 @@ LICENSE=		mit
 ONLY_FOR_PLATFORM=	NetBSD-*-* DragonFly-*-* FreeBSD-*-* OpenBSD-*-* \
 			Linux-*-* SunOS-*-*
 
-USE_TOOLS+=		gmake pkg-config
+USE_TOOLS+=		pkg-config
 
 PKGCONFIG_OVERRIDE+=	amdgpu/libdrm_amdgpu.pc.in
 PKGCONFIG_OVERRIDE+=	etnaviv/libdrm_etnaviv.pc.in


Home | Main Index | Thread Index | Old Index