summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjoerg <joerg>2007-02-02 21:42:37 +0000
committerjoerg <joerg>2007-02-02 21:42:37 +0000
commit1a88134d790458db10e72960a22f0b39942a4163 (patch)
tree9c21b24be5451f1f1cbd4a359ea004af4ac2c1ce /games
parentd3b1d48e51d1e80214cb85282b652a067fd4740d (diff)
downloadpkgsrc-1a88134d790458db10e72960a22f0b39942a4163.tar.gz
Modular Xorg support. As it wouldn't compile without fribidi, add
it and bump revision.
Diffstat (limited to 'games')
-rw-r--r--games/wesnoth/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile
index 6d8a02469b9..5671a84ca82 100644
--- a/games/wesnoth/Makefile
+++ b/games/wesnoth/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2007/01/26 11:40:36 dillo Exp $
+# $NetBSD: Makefile,v 1.35 2007/02/02 21:42:37 joerg Exp $
DISTNAME= wesnoth-1.2.1
+PKGREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wesnoth/}
@@ -30,6 +31,7 @@ BUILDLINK_API_DEPENDS.SDL+= SDL>=1.2.7
BUILDLINK_API_DEPENDS.SDL_mixer+= SDL_mixer>=1.2.5nb3
.include "../../audio/SDL_mixer/buildlink3.mk"
+.include "../../converters/fribidi/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"
# configure script in 0.9.0 requests explicitly to
# use included SDL_ttf library
@@ -39,5 +41,4 @@ BUILDLINK_API_DEPENDS.SDL_mixer+= SDL_mixer>=1.2.5nb3
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../net/SDL_net/buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"