pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/holtz



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jun  7 09:02:26 UTC 2023

Modified Files:
        pkgsrc/games/holtz: Makefile

Log Message:
holtz: switch to wxGTK32


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/games/holtz/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/holtz/Makefile
diff -u pkgsrc/games/holtz/Makefile:1.61 pkgsrc/games/holtz/Makefile:1.62
--- pkgsrc/games/holtz/Makefile:1.61    Wed Jun  7 07:19:34 2023
+++ pkgsrc/games/holtz/Makefile Wed Jun  7 09:02:26 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2023/06/07 07:19:34 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2023/06/07 09:02:26 wiz Exp $
 
 DISTNAME=      holtz-1.5.0
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=holtz/}
 
@@ -15,5 +15,5 @@ USE_LANGUAGES=                c c++
 USE_TOOLS+=            gmake
 
 .include "../../devel/boost-libs/buildlink3.mk"
-.include "../../x11/wxGTK31/buildlink3.mk"
+.include "../../x11/wxGTK32/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index