aboutsummaryrefslogtreecommitdiff
path: root/games/enigma
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2005-04-02 03:43:14 +0000
committerEric Anholt <anholt@FreeBSD.org>2005-04-02 03:43:14 +0000
commit7bcbf834edb7dedac68e957dd27d8a8475522bf4 (patch)
tree4f1d77438d718c034df6fedfbb7f32a16742c568 /games/enigma
parentd61cc78947c3a314c691d71304779db53fd15098 (diff)
downloadports-7bcbf834edb7dedac68e957dd27d8a8475522bf4.tar.gz
ports-7bcbf834edb7dedac68e957dd27d8a8475522bf4.zip
Unbreak by adding a dependency on SDL_ttf (avoiding some broken stub code) and
depending on a non-broken GCC. Approved by: portmgr (marcus)
Notes
Notes: svn path=/head/; revision=132151
Diffstat (limited to 'games/enigma')
-rw-r--r--games/enigma/Makefile7
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