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: nia
Date: Sun Apr 25 07:47:27 UTC 2021
Modified Files:
pkgsrc/games/taisei: Makefile
Log Message:
taisei: needs explicit python3 tool dependency.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 pkgsrc/games/taisei/Makefile:1.11
--- pkgsrc/games/taisei/Makefile:1.10 Wed Apr 21 13:24:43 2021
+++ pkgsrc/games/taisei/Makefile Sun Apr 25 07:47:27 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2021/04/21 13:24:43 adam Exp $
+# $NetBSD: Makefile,v 1.11 2021/04/25 07:47:27 nia Exp $
DISTNAME= taisei-v1.3.1
PKGNAME= ${DISTNAME:S/-v/-/}
@@ -42,7 +42,8 @@ REPLACE_PYTHON+= scripts/configure-file.
BUILDLINK_TRANSFORM+= rm:-Werror=implicit-function-declaration
-PYTHON_FOR_BUILD_ONLY= tool
+PYTHON_FOR_BUILD_ONLY= tool
+PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../devel/meson/build.mk"
.include "../../archivers/libzip/buildlink3.mk"
@@ -53,5 +54,6 @@ PYTHON_FOR_BUILD_ONLY= tool
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/libwebp/buildlink3.mk"
+.include "../../lang/python/tool.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index