diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-20 19:30:38 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-20 19:30:38 +0000 |
commit | 70b94515d857501c18c44ea5e3ee852d8a4da0c0 (patch) | |
tree | 40a2d6ae558d87bf9e4d6e84a51bec211baeed87 /games/neverball | |
parent | fb26ef242e6f05a338606b9137c463f5fcece990 (diff) | |
download | ports-70b94515d857501c18c44ea5e3ee852d8a4da0c0.tar.gz ports-70b94515d857501c18c44ea5e3ee852d8a4da0c0.zip |
Notes
Diffstat (limited to 'games/neverball')
-rw-r--r-- | games/neverball/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/neverball/Makefile b/games/neverball/Makefile index ef12f6004b93..6d2e2a99d46c 100644 --- a/games/neverball/Makefile +++ b/games/neverball/Makefile @@ -14,17 +14,14 @@ MAINTAINER= mezz7@cox.net COMMENT= Tilt the floor to guide a ball through an obstacle course BUILD_DEPENDS= ${FREETYPE_CONFIG}:${PORTSDIR}/print/freetype2 -LIB_DEPENDS= SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \ - SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ - SDL_image.10:${PORTSDIR}/graphics/sdl_image FREETYPE_CONFIG?= ${LOCALBASE}/bin/freetype-config USE_BZIP2= yes -USE_SDL= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_REINPLACE= yes +USE_SDL= image mixer ttf sdl DIRS= back bgm map mtrl png shot snd sol ttf |