pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/taisei taisei: needs explicit python3 tool depen...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/94757b7f0129
branches:  trunk
changeset: 451274:94757b7f0129
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Apr 25 07:47:27 2021 +0000

description:
taisei: needs explicit python3 tool dependency.

diffstat:

 games/taisei/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 60b4d426b413 -r 94757b7f0129 games/taisei/Makefile
--- a/games/taisei/Makefile     Sun Apr 25 07:23:09 2021 +0000
+++ b/games/taisei/Makefile     Sun Apr 25 07:47:27 2021 +0000
@@ -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 @@
 
 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 @@
 .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