diff options
author | nbm <nbm@FreeBSD.org> | 2002-09-09 20:03:28 +0000 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2002-09-09 20:03:28 +0000 |
commit | c11d97856dfe9ae9e997872296673411c08a04ae (patch) | |
tree | ad4d3c39d46e1d42816b148a2b62df5156744e4b /games | |
parent | b2caf4629512b49f257395460bcaf574074ffe05 (diff) | |
download | FreeBSD-ports-c11d97856dfe9ae9e997872296673411c08a04ae.zip FreeBSD-ports-c11d97856dfe9ae9e997872296673411c08a04ae.tar.gz |
Actually depend on SDL libraries as necessary.
Submitted by: Tilman Linneweh <tilman@arved.de>
Diffstat (limited to 'games')
-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 ef92ece..d600626 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 |