diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-20 21:27:10 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-20 21:27:10 +0000 |
commit | 123a1077ae94b118796367b40d8d74f2d00a814c (patch) | |
tree | 5e0235912fe722d880c5b8094907c6d9ad7285c3 /games/freedroid/Makefile | |
parent | - Use new knobs from bsd.sdl.mk (diff) |
- Add new knobs from bsd.sdl.mk
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=98676
Diffstat (limited to '')
-rw-r--r-- | games/freedroid/Makefile | 7 |
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 |