diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2002-09-09 20:03:28 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2002-09-09 20:03:28 +0000 |
commit | 703df348a6c71e73c373695e0b46ef6249b1a250 (patch) | |
tree | 2830868bd6e4552a16ba6b08d51213a88fa9f2d3 | |
parent | 2c83806aeeba65eed3845e7b7008cbf04cc693ba (diff) | |
download | ports-703df348a6c71e73c373695e0b46ef6249b1a250.tar.gz ports-703df348a6c71e73c373695e0b46ef6249b1a250.zip |
Notes
-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 |