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 | |
parent | fb26ef242e6f05a338606b9137c463f5fcece990 (diff) | |
download | ports-70b94515d857501c18c44ea5e3ee852d8a4da0c0.tar.gz ports-70b94515d857501c18c44ea5e3ee852d8a4da0c0.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/neverball/Makefile | 5 | ||||
-rw-r--r-- | games/neverputt/Makefile | 5 | ||||
-rw-r--r-- | games/wesnoth-devel/Makefile | 7 | ||||
-rw-r--r-- | games/wesnoth/Makefile | 7 |
4 files changed, 4 insertions, 20 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 diff --git a/games/neverputt/Makefile b/games/neverputt/Makefile index aa4626660f13..901578ef426f 100644 --- a/games/neverputt/Makefile +++ b/games/neverputt/Makefile @@ -14,17 +14,14 @@ MAINTAINER= mezz7@cox.net COMMENT= 3D miniature golf for 1-4 players 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= bgm map mtrl png snd sol ttf diff --git a/games/wesnoth-devel/Makefile b/games/wesnoth-devel/Makefile index b4e30682cb1c..c6066e1cb327 100644 --- a/games/wesnoth-devel/Makefile +++ b/games/wesnoth-devel/Makefile @@ -13,12 +13,7 @@ MASTER_SITES= http://www.wesnoth.org/files/ MAINTAINER= mezz7@cox.net COMMENT= A fantasy turn-based strategy game -LIB_DEPENDS= SDL_net.0:${PORTSDIR}/net/sdl_net \ - SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \ - SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ - SDL_image.10:${PORTSDIR}/graphics/sdl_image - -USE_SDL= yes +USE_SDL= image mixer net ttf sdl USE_GNOME= gnometarget USE_X_PREFIX= yes GNU_CONFIGURE= yes diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index b4e30682cb1c..c6066e1cb327 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -13,12 +13,7 @@ MASTER_SITES= http://www.wesnoth.org/files/ MAINTAINER= mezz7@cox.net COMMENT= A fantasy turn-based strategy game -LIB_DEPENDS= SDL_net.0:${PORTSDIR}/net/sdl_net \ - SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \ - SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ - SDL_image.10:${PORTSDIR}/graphics/sdl_image - -USE_SDL= yes +USE_SDL= image mixer net ttf sdl USE_GNOME= gnometarget USE_X_PREFIX= yes GNU_CONFIGURE= yes |