pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/taisei



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Dec 16 08:25:29 UTC 2024

Modified Files:
        pkgsrc/games/taisei: Makefile

Log Message:
taisei: add missing tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/games/taisei/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/taisei/Makefile
diff -u pkgsrc/games/taisei/Makefile:1.39 pkgsrc/games/taisei/Makefile:1.40
--- pkgsrc/games/taisei/Makefile:1.39   Tue Dec 10 14:43:07 2024
+++ pkgsrc/games/taisei/Makefile        Mon Dec 16 08:25:29 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2024/12/10 14:43:07 nia Exp $
+# $NetBSD: Makefile,v 1.40 2024/12/16 08:25:29 wiz Exp $
 
 DISTNAME=      taisei-1.4.2
 CATEGORIES=    games
@@ -11,6 +11,8 @@ HOMEPAGE=     https://taisei-project.org/
 COMMENT=       Open source Touhou Project fan game
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-zstandard-[0-9]*:../../archivers/py-zstandard
+
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
 
@@ -33,7 +35,6 @@ REPLACE_PYTHON+=      scripts/configure-file.
 BUILDLINK_TRANSFORM+=  rm:-Werror=implicit-function-declaration
 
 PYTHON_FOR_BUILD_ONLY=         tool
-PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../devel/meson/build.mk"
 .include "../../archivers/libzip/buildlink3.mk"



Home | Main Index | Thread Index | Old Index