diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2023-08-07 06:24:32 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2023-08-07 06:24:56 +0000 |
commit | 5031295c4b6102a494ece165a473a416e9f9ab5d (patch) | |
tree | 11808e7d826f3ccbd352ba75c1f945fe10a0e2b9 | |
parent | 97413cf72f1525fe5f71ef62e58ef6e66a7693b3 (diff) | |
download | ports-5031295c4b6102a494ece165a473a416e9f9ab5d.tar.gz ports-5031295c4b6102a494ece165a473a416e9f9ab5d.zip |
games/freeminer: switch to USES=luajit
-rw-r--r-- | games/freeminer/Makefile | 8 |
1 files 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 |