Skip to content

Commit

Permalink
games/freeminer: switch to USES=luajit
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Aug 7, 2023
1 parent 97413cf commit 5031295
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions games/freeminer/Makefile
@@ -1,6 +1,6 @@
PORTNAME= freeminer
PORTVERSION= 0.4.10.4
PORTREVISION= 11
PORTREVISION= 12
CATEGORIES= games

MAINTAINER= ports@FreeBSD.org
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5031295

Please sign in to comment.