Skip to content

Commit

Permalink
games/naev: Fix build
Browse files Browse the repository at this point in the history
- Fix python detection
Reported by:	pkg-fallout
  • Loading branch information
alonsobsd committed Jul 16, 2023
1 parent e63f9df commit a1657e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions games/naev/Makefile
Original file line number Diff line number Diff line change
@@ -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}/
Expand Down Expand Up @@ -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 <bsd.port.mk>

0 comments on commit a1657e0

Please sign in to comment.