aboutsummaryrefslogtreecommitdiff
path: root/games/freedroid
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-01-20 21:27:10 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-01-20 21:27:10 +0000
commit123a1077ae94b118796367b40d8d74f2d00a814c (patch)
tree5e0235912fe722d880c5b8094907c6d9ad7285c3 /games/freedroid
parentffc486df06c7eda230c428c1f8761c13ee97e83c (diff)
downloadports-123a1077ae94b118796367b40d8d74f2d00a814c.tar.gz
ports-123a1077ae94b118796367b40d8d74f2d00a814c.zip
- Add new knobs from bsd.sdl.mk
Approved by: portmgr
Notes
Notes: svn path=/head/; revision=98676
Diffstat (limited to 'games/freedroid')
-rw-r--r--games/freedroid/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/games/freedroid/Makefile b/games/freedroid/Makefile
index dd4a23fccf4d..46a8f15f8de0 100644
--- a/games/freedroid/Makefile
+++ b/games/freedroid/Makefile
@@ -15,15 +15,12 @@ MASTER_SITE_SUBDIR= freedroid
MAINTAINER= benlutz@datacomm.ch
COMMENT= Freedroid is a clone of the classic game "Paradroid"
-LIB_DEPENDS= SDL-1.1:${PORTSDIR}/devel/sdl12 \
- jpeg:${PORTSDIR}/graphics/jpeg \
+LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \
png:${PORTSDIR}/graphics/png \
- SDL_image:${PORTSDIR}/graphics/sdl_image \
- SDL_mixer:${PORTSDIR}/audio/sdl_mixer \
vorbis.3:${PORTSDIR}/audio/libvorbis
USE_XLIB= yes
-USE_SDL= yes
+USE_SDL= mixer image sdl
USE_REINPLACE= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes