diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 15:28:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 15:28:28 +0000 |
commit | e836ab008ac38916a93472f2840e03e2e8470ef5 (patch) | |
tree | 1485083919fd5b153bf056ea17ac895ea758a8a9 /games/enigma/Makefile | |
parent | 35d8b48dff5490ff5d7232109c287da637b58811 (diff) |
Notes
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 \ |