diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-08-26 23:00:30 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-08-26 23:00:30 +0800 |
commit | b140b9cceaa339f5e70637c67490d764d8ab30a3 (patch) | |
tree | 087b2dc16494cc2afe58312374b89a6661e64d0d /games/enigma/Makefile | |
parent | f0eeb40d9ca2e8b1a043407c770eb659a6db7aad (diff) | |
download | freebsd-ports-gnome-b140b9cceaa339f5e70637c67490d764d8ab30a3.tar.gz freebsd-ports-gnome-b140b9cceaa339f5e70637c67490d764d8ab30a3.tar.zst freebsd-ports-gnome-b140b9cceaa339f5e70637c67490d764d8ab30a3.zip |
- Switch to recently added bsd.lua.mk tolua++ support
Diffstat (limited to 'games/enigma/Makefile')
-rw-r--r-- | games/enigma/Makefile | 6 |
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 \ |