aboutsummaryrefslogtreecommitdiff
path: root/games/icebreaker
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-01-20 18:21:02 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-01-20 18:21:02 +0000
commit4ffd9a16abcfccd93a547cb250ab822813495dfb (patch)
tree109399c9447402c35000c93f1a350a133840bd77 /games/icebreaker
parent54866d4f64f299f64caa6bef1156444c2759dc53 (diff)
downloadports-4ffd9a16abcfccd93a547cb250ab822813495dfb.tar.gz
ports-4ffd9a16abcfccd93a547cb250ab822813495dfb.zip
Notes
Diffstat (limited to 'games/icebreaker')
-rw-r--r--games/icebreaker/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/games/icebreaker/Makefile b/games/icebreaker/Makefile
index d48a1ebb2918..c09b69b23003 100644
--- a/games/icebreaker/Makefile
+++ b/games/icebreaker/Makefile
@@ -15,13 +15,10 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= A game similar to Jezzball or Barrack
-LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer
-
-SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
+USE_SDL= mixer sdl
USE_GMAKE= yes
-MAKE_ENV= SDL_CONFIG="${SDL_CONFIG}" \
- prefix="${PREFIX}" \
+MAKE_ENV= prefix="${PREFIX}" \
highscoredir="${PREFIX}/share/icebreaker/scores" \
mandir="${PREFIX}/man" \
CHMOD="${CHMOD}" \