diff options
Diffstat (limited to 'games/enigma')
-rw-r--r-- | games/enigma/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/enigma/Makefile b/games/enigma/Makefile index b055c2089376..f024a69e2396 100644 --- a/games/enigma/Makefile +++ b/games/enigma/Makefile @@ -18,15 +18,14 @@ COMMENT= Enigma is a reimplementation of Oxyd, a puzzle game BUILD_DEPENDS= ${LOCALBASE}/lib/libzipios.a:${PORTSDIR}/archivers/zipios++ BUILD_DEPENDS+= ${LOCALBASE}/bin/tolua:${PORTSDIR}/lang/tolua4 -LIB_DEPENDS= lua.4:${PORTSDIR}/lang/lua4 \ - SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf +LIB_DEPENDS= lua.4:${PORTSDIR}/lang/lua4 USE_GCC= 3.4 GNU_CONFIGURE= yes USE_XLIB= yes USE_GMAKE= yes -USE_SDL= gfx image mixer sdl +USE_SDL= gfx image mixer sdl ttf CONFIGURE_ARGS= --target="" CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ CXXFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include" |