diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-02 17:58:02 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-02 17:58:02 +0000 |
commit | e428c5632cbde10fae77ab157f7029b16719d8fc (patch) | |
tree | bb15ed4207a8fc09686b43c99220ee3d6101ed76 /games/scummvm/options.mk | |
parent | 6c307f84e59e0fa27031fea21e1491f722cdcc5e (diff) | |
download | pkgsrc-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/scummvm/options.mk')
-rw-r--r-- | games/scummvm/options.mk | 5 |
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 |