summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-02-02 17:58:02 +0000
committerjoerg <joerg@pkgsrc.org>2007-02-02 17:58:02 +0000
commite428c5632cbde10fae77ab157f7029b16719d8fc (patch)
treebb15ed4207a8fc09686b43c99220ee3d6101ed76 /games
parent6c307f84e59e0fa27031fea21e1491f722cdcc5e (diff)
downloadpkgsrc-e428c5632cbde10fae77ab157f7029b16719d8fc.tar.gz
Adjust for modular Xorg based on the includes as x11 is currently
not buildable due to the incomplete implementation of an abstract class.
Diffstat (limited to 'games')
-rw-r--r--games/scummvm/options.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/scummvm/options.mk b/games/scummvm/options.mk
index 4ed4263781d..6c08dce1512 100644
--- a/games/scummvm/options.mk
+++ b/games/scummvm/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2006/03/09 21:04:44 jlam Exp $
+# $NetBSD: options.mk,v 1.6 2007/02/02 17:58:02 joerg Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.scummvm
PKG_SUPPORTED_OPTIONS= sdl x11
@@ -14,5 +14,6 @@ CONFIGURE_ARGS+= --backend=sdl
.if !empty(PKG_OPTIONS:Mx11)
CONFIGURE_ARGS+= --backend=x11
.include "../../mk/oss.buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
.endif