pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/warsow



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Oct  2 11:53:15 UTC 2025

Modified Files:
        pkgsrc/games/warsow: Makefile

Log Message:
warsow: Build with cmake39.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/warsow/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/warsow/Makefile
diff -u pkgsrc/games/warsow/Makefile:1.2 pkgsrc/games/warsow/Makefile:1.3
--- pkgsrc/games/warsow/Makefile:1.2    Wed Oct  1 19:39:32 2025
+++ pkgsrc/games/warsow/Makefile        Thu Oct  2 11:53:15 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2025/10/01 19:39:32 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2025/10/02 11:53:15 nia Exp $
 
 WARSOW_VER=    2.1.2
 WARSOW_SDK=    warsow_21_sdk
@@ -73,7 +73,7 @@ do-install:
        ${INSTALL_DATA} ${FILESDIR}/warsow.desktop \
            ${DESTDIR}${PREFIX}/share/applications/warsow.desktop
 
-.include "../../devel/cmake/build.mk"
+.include "../../devel/cmake39/build.mk"
 .include "../../audio/openal-soft/buildlink3.mk"
 .include "../../devel/SDL2/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index