diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-08-26 15:00:30 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-08-26 15:00:30 +0000 |
commit | ec4b60789a86f3b995465d78c97d191cf48cbedf (patch) | |
tree | 982ad769b9034c44cca00fa4a61d4e5f6cd00f2c /games/enigma | |
parent | 2d0a4300ff762b42f69efd80319a1cff43554e66 (diff) |
Notes
Diffstat (limited to 'games/enigma')
-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 \ |