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/wesnoth-devel | |
parent | fb26ef242e6f05a338606b9137c463f5fcece990 (diff) | |
download | ports-70b94515d857501c18c44ea5e3ee852d8a4da0c0.tar.gz ports-70b94515d857501c18c44ea5e3ee852d8a4da0c0.zip |
Notes
Diffstat (limited to 'games/wesnoth-devel')
-rw-r--r-- | games/wesnoth-devel/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
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 |