diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2005-04-02 03:43:14 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2005-04-02 03:43:14 +0000 |
commit | 7bcbf834edb7dedac68e957dd27d8a8475522bf4 (patch) | |
tree | 4f1d77438d718c034df6fedfbb7f32a16742c568 /games/enigma/Makefile | |
parent | d61cc78947c3a314c691d71304779db53fd15098 (diff) | |
download | ports-7bcbf834edb7dedac68e957dd27d8a8475522bf4.tar.gz ports-7bcbf834edb7dedac68e957dd27d8a8475522bf4.zip |
Notes
Diffstat (limited to 'games/enigma/Makefile')
-rw-r--r-- | games/enigma/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/enigma/Makefile b/games/enigma/Makefile index 858d79999c1f..b055c2089376 100644 --- a/games/enigma/Makefile +++ b/games/enigma/Makefile @@ -18,11 +18,10 @@ 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 +LIB_DEPENDS= lua.4:${PORTSDIR}/lang/lua4 \ + SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf -BROKEN= Does not compile - -USE_GCC= 3.3 +USE_GCC= 3.4 GNU_CONFIGURE= yes USE_XLIB= yes |