summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorprlw1 <prlw1@pkgsrc.org>2019-10-07 09:28:09 +0000
committerprlw1 <prlw1@pkgsrc.org>2019-10-07 09:28:09 +0000
commit9db9a4a74a876e74b9b2560f93b535e2642492d6 (patch)
tree4a7b6f4f772ffb79d52d3aa6359f4b94a4d920a9 /games
parent51cf450be45a51f593eca7ef41c55c94ae28aebd (diff)
downloadpkgsrc-9db9a4a74a876e74b9b2560f93b535e2642492d6.tar.gz
Rename py-meson to meson.
The motivation is to consider meson as an application, so there is only one copy on the system, and as a python 3 program, it can build python 2 packages.
Diffstat (limited to 'games')
-rw-r--r--games/taisei/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/taisei/Makefile b/games/taisei/Makefile
index f926e429f25..5afc5ec2d04 100644
--- a/games/taisei/Makefile
+++ b/games/taisei/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/10/05 02:28:49 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2019/10/07 09:28:11 prlw1 Exp $
DISTNAME= taisei-v1.3.1
PKGNAME= ${DISTNAME:S/-v/-/}
@@ -40,7 +40,7 @@ BUILDLINK_TRANSFORM+= rm:-Werror=implicit-function-declaration
PYTHON_FOR_BUILD_ONLY= tool
-.include "../../devel/py-meson/build.mk"
+.include "../../devel/meson/build.mk"
.include "../../archivers/libzip/buildlink3.mk"
.include "../../audio/opusfile/buildlink3.mk"
.include "../../audio/SDL2_mixer/buildlink3.mk"