summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2008-08-26 15:00:30 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2008-08-26 15:00:30 +0000
commitec4b60789a86f3b995465d78c97d191cf48cbedf (patch)
tree982ad769b9034c44cca00fa4a61d4e5f6cd00f2c /games
parent- Fix plist for NOPORTDOCS case (diff)
- Switch to recently added bsd.lua.mk tolua++ support
Notes
Notes: svn path=/head/; revision=219230
Diffstat (limited to 'games')
-rw-r--r--games/enigma/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/games/enigma/Makefile b/games/enigma/Makefile
index 8b65efb529e5..fa67a26768b8 100644
--- a/games/enigma/Makefile
+++ b/games/enigma/Makefile
@@ -17,14 +17,12 @@ COMMENT= Enigma is a reimplementation of Oxyd, a puzzle game
LIB_DEPENDS= zipios.0:${PORTSDIR}/archivers/zipios++ \
xerces-c.27:${PORTSDIR}/textproc/xerces-c2
-BUILD_DEPENDS= ${LOCALBASE}/lib/libenet.a:${PORTSDIR}/net/enet \
- ${LOCALBASE}/lib/lua51/libtolua++.so:${PORTSDIR}/lang/tolua++
-RUN_DEPENDS= ${LOCALBASE}/lib/lua51/libtolua++.so:${PORTSDIR}/lang/tolua++
+BUILD_DEPENDS= ${LOCALBASE}/lib/libenet.a:${PORTSDIR}/net/enet
USE_GMAKE= yes
USE_GETTEXT= yes
USE_LUA= 5.1
-LUA_COMPS= lua # toluaxx <- to be used when support is added to bsd.lua.mk
+LUA_COMPS= lua toluaxx
USE_SDL= image mixer sdl ttf
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-cxxlua \