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