diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-27 19:54:56 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-27 19:54:56 +0800 |
commit | 6f38711d4f1a79368b20d73c61d3f04c69b73996 (patch) | |
tree | fec6dd92404eb51892d10bf6c23ae72c1dc13c41 /games | |
parent | 5046917a745af9d2d3c38bcb75279259f5e10010 (diff) | |
download | freebsd-ports-gnome-6f38711d4f1a79368b20d73c61d3f04c69b73996.tar.gz freebsd-ports-gnome-6f38711d4f1a79368b20d73c61d3f04c69b73996.tar.zst freebsd-ports-gnome-6f38711d4f1a79368b20d73c61d3f04c69b73996.zip |
Fix lua detection
Diffstat (limited to 'games')
-rw-r--r-- | games/xmoto/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/xmoto/Makefile b/games/xmoto/Makefile index 556cdaec1b64..5527e9162aa0 100644 --- a/games/xmoto/Makefile +++ b/games/xmoto/Makefile @@ -54,6 +54,9 @@ DESKTOP_ENTRIES="XMoto" \ "Game;SportsGame;ArcadeGame;" \ false +post-patch: + @${REINPLACE_CMD} -e "s/lua5.1/lua-${LUA_VER}/g" ${WRKSRC}/configure + post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} |