aboutsummaryrefslogtreecommitdiff
path: root/games/enigma
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-05-26 15:28:28 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-05-26 15:28:28 +0000
commite836ab008ac38916a93472f2840e03e2e8470ef5 (patch)
tree1485083919fd5b153bf056ea17ac895ea758a8a9 /games/enigma
parent35d8b48dff5490ff5d7232109c287da637b58811 (diff)
downloadports-e836ab008ac38916a93472f2840e03e2e8470ef5.tar.gz
ports-e836ab008ac38916a93472f2840e03e2e8470ef5.zip
Notes
Diffstat (limited to 'games/enigma')
-rw-r--r--games/enigma/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/games/enigma/Makefile b/games/enigma/Makefile
index 560c01fb92ba..6387c3a3bc55 100644
--- a/games/enigma/Makefile
+++ b/games/enigma/Makefile
@@ -12,12 +12,11 @@ MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Enigma is a reimplementation of Oxyd, a puzzle game
LIB_DEPENDS= libxerces-c.so:${PORTSDIR}/textproc/xerces-c2 \
- libpng.so:${PORTSDIR}/graphics/png
+ libpng.so:${PORTSDIR}/graphics/png \
+ libtoluaxx-${LUA_VER}.so:${PORTSDIR}/lang/tolua++
BUILD_DEPENDS= ${LOCALBASE}/lib/libenet.a:${PORTSDIR}/net/enet
-USES= gettext gmake
-USE_LUA= 5.1
-LUA_COMPS= lua toluaxx
+USES= gettext gmake lua:51
USE_SDL= image mixer sdl ttf
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-cxxlua \