From c3c61e0604dc069c487ae47e3e1b21095e0840d2 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Sat, 9 Apr 2005 00:51:32 +0000 Subject: [PATCH] Be a good ports committer and use USE_SDL instead of doing my own dependency on SDL_ttf. Requested by: maintainer --- games/enigma/Makefile | 5 ++--- 1 file 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"