diff options
Diffstat (limited to 'games/criticalmass')
-rw-r--r-- | games/criticalmass/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/criticalmass/Makefile b/games/criticalmass/Makefile index ef92eced8538..d600626cae4a 100644 --- a/games/criticalmass/Makefile +++ b/games/criticalmass/Makefile @@ -14,6 +14,10 @@ DISTNAME= CriticalMass-${PORTVERSION} MAINTAINER= nbm@FreeBSD.org +LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \ + SDL_image.10:${PORTSDIR}/graphics/sdl_image \ + SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer + USE_BZIP2= yes USE_REINPLACE= yes GNU_CONFIGURE= yes |