Be a good ports committer and use USE_SDL instead of doing my own dependency on

SDL_ttf.

Requested by:	maintainer
This commit is contained in:
Eric Anholt 2005-04-09 00:51:32 +00:00
parent 1114dc02b5
commit c3c61e0604
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132800

View File

@ -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"