diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2005-04-09 00:51:32 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2005-04-09 00:51:32 +0000 |
commit | c3c61e0604dc069c487ae47e3e1b21095e0840d2 (patch) | |
tree | dfa78d65f669483f71ab0bac0593628de1a22878 /games/enigma/Makefile | |
parent | 1114dc02b58ac2e4215109668953317915ceb02a (diff) | |
download | ports-c3c61e0604dc069c487ae47e3e1b21095e0840d2.tar.gz ports-c3c61e0604dc069c487ae47e3e1b21095e0840d2.zip |
Notes
Diffstat (limited to 'games/enigma/Makefile')
-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" |