pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/moonlight-qt



Module Name:    pkgsrc
Committed By:   charlotte
Date:           Thu Jun 15 02:07:29 UTC 2023

Modified Files:
        pkgsrc/games/moonlight-qt: Makefile

Log Message:
moonlight-qt: Use GNU make


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/games/moonlight-qt/Makefile

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

Modified files:

Index: pkgsrc/games/moonlight-qt/Makefile
diff -u pkgsrc/games/moonlight-qt/Makefile:1.5 pkgsrc/games/moonlight-qt/Makefile:1.6
--- pkgsrc/games/moonlight-qt/Makefile:1.5      Mon May 22 21:00:29 2023
+++ pkgsrc/games/moonlight-qt/Makefile  Thu Jun 15 02:07:29 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2023/05/22 21:00:29 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2023/06/15 02:07:29 charlotte Exp $
 
 DISTNAME=      MoonlightSrc-4.3.1
 PKGNAME=       moonlight-qt-4.3.1
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=moonlight-stream/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
@@ -13,7 +13,7 @@ COMMENT=      GameStream client
 LICENSE=       gnu-gpl-v3
 
 USE_LANGUAGES= c c++
-USE_TOOLS+=    pkg-config
+USE_TOOLS+=    gmake pkg-config
 
 WRKSRC=                ${WRKDIR}/${DISTNAME}
 



Home | Main Index | Thread Index | Old Index