diff options
author | anholt <anholt@FreeBSD.org> | 2005-04-09 08:51:32 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2005-04-09 08:51:32 +0800 |
commit | ea0e6c6b677db13d0b9f8381b5b30ce3b36d404a (patch) | |
tree | 3b962f12c0fd3b922af298b1474b4686a384ad4d /games | |
parent | 8db91b0ed20717359cf7f5879949cb09297f76c4 (diff) | |
download | freebsd-ports-graphics-ea0e6c6b677db13d0b9f8381b5b30ce3b36d404a.tar.gz freebsd-ports-graphics-ea0e6c6b677db13d0b9f8381b5b30ce3b36d404a.tar.zst freebsd-ports-graphics-ea0e6c6b677db13d0b9f8381b5b30ce3b36d404a.zip |
Be a good ports committer and use USE_SDL instead of doing my own dependency on
SDL_ttf.
Requested by: maintainer
Diffstat (limited to 'games')
-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 b055c208937..f024a69e239 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" |