diff options
Diffstat (limited to 'games/enigma/Makefile')
-rw-r--r-- | games/enigma/Makefile | 7 |
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 \ |