summaryrefslogtreecommitdiff
path: root/games/scummvm/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'games/scummvm/options.mk')
-rw-r--r--games/scummvm/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/scummvm/options.mk b/games/scummvm/options.mk
index 8f1c1a5729b..45f27fe706b 100644
--- a/games/scummvm/options.mk
+++ b/games/scummvm/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2005/05/31 10:01:36 dillo Exp $
+# $NetBSD: options.mk,v 1.4 2005/06/01 18:02:52 jlam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.scummvm
PKG_SUPPORTED_OPTIONS= sdl x11
@@ -12,7 +12,7 @@ CONFIGURE_ARGS+= --backend=sdl
.endif
.if !empty(PKG_OPTIONS:Mx11)
-USE_X11= yes
CONFIGURE_ARGS+= --backend=x11
.include "../../mk/ossaudio.buildlink3.mk"
+.include "../../mk/x11.buildlink3.mk"
.endif