From a1657e02670c38e536acb16d44f828a94cd5d51b Mon Sep 17 00:00:00 2001 From: Jose Alonso Cardenas Marquez Date: Sun, 16 Jul 2023 02:25:29 -0500 Subject: [PATCH] games/naev: Fix build - Fix python detection Reported by: pkg-fallout --- games/naev/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/games/naev/Makefile b/games/naev/Makefile index 56218742b5848..28d977af4777c 100644 --- a/games/naev/Makefile +++ b/games/naev/Makefile @@ -1,5 +1,6 @@ PORTNAME= naev PORTVERSION= 0.10.6 +PORTREVISION= 1 DISTVERSIONSUFFIX= -source CATEGORIES= games MASTER_SITES= https://github.com/naev/naev/releases/download/v${PORTVERSION}/ @@ -47,4 +48,7 @@ MESON_ARGS= -Ddocs_c=disabled -Ddocs_lua=disabled WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +post-patch: + ${REINPLACE_CMD} 's|python3|${PYTHON_VERSION}|g' ${WRKSRC}/meson.build + .include