summaryrefslogtreecommitdiff
path: root/games/nil
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/nil
parentUpdate to 1.2.1. (diff)
- Use new knobs from bsd.sdl.mk
Diffstat (limited to 'games/nil')
-rw-r--r--games/nil/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/games/nil/Makefile b/games/nil/Makefile
index c424d727a1f9..407027c2702e 100644
--- a/games/nil/Makefile
+++ b/games/nil/Makefile
@@ -14,14 +14,12 @@ MASTER_SITE_SUBDIR= sobomax
MAINTAINER= ports@FreeBSD.org
COMMENT= A multiplayer game that can be described as Quake in 2D or Worms done right
-LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer
-
WRKSRC= ${WRKDIR}/${PORTNAME}/${PORTNAME}
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
-USE_SDL= yes
+USE_SDL= mixer sdl
pre-patch:
@${FIND} ${WRKSRC} \( -name "*.[ch]" -or -name "*.cpp" \) | \