git: 5031295c4b61 - main - games/freeminer: switch to USES=luajit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Aug 2023 06:25:04 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=5031295c4b6102a494ece165a473a416e9f9ab5d commit 5031295c4b6102a494ece165a473a416e9f9ab5d Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-08-07 06:24:32 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-08-07 06:24:56 +0000 games/freeminer: switch to USES=luajit --- games/freeminer/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/games/freeminer/Makefile b/games/freeminer/Makefile index 0b18a16c4118..7eb0c988fc59 100644 --- a/games/freeminer/Makefile +++ b/games/freeminer/Makefile @@ -1,6 +1,6 @@ PORTNAME= freeminer PORTVERSION= 0.4.10.4 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= games MAINTAINER= ports@FreeBSD.org @@ -62,14 +62,10 @@ LEVELDB_LIB_DEPENDS= libleveldb.so:databases/leveldb FREETYPE_CMAKE_ON= -DENABLE_FREETYPE=1 FREETYPE_CMAKE_OFF= -DENABLE_FREETYPE=0 FREETYPE_LIB_DEPENDS= libfreetype.so:print/freetype2 -LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit +LUAJIT_USES= luajit .include <bsd.port.options.mk> -.if ${ARCH:Mpowerpc64*} -LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit-openresty -.endif - .if ${PORT_OPTIONS:MCLIENT} && ${PORT_OPTIONS:MSOUND} USES+= openal LIB_DEPENDS+= libvorbis.so:audio/libvorbis