From f5503582320eafcd24ae1d621c2494a5de0178fa Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 31 Mar 2005 09:52:26 +0000 Subject: Move USE_X11 where is belongs --- games/scummvm/Makefile | 3 +-- games/scummvm/options.mk | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'games') diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index 324f3f7e0bc..a49b1709164 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2005/03/29 08:48:31 adam Exp $ +# $NetBSD: Makefile,v 1.33 2005/03/31 09:52:26 adam Exp $ DISTNAME= scummvm-0.7.1 CATEGORIES= games @@ -12,7 +12,6 @@ COMMENT= LucasArts Script Creation Utility for Maniac Mansion USE_BUILDLINK3= yes USE_DIRS+= xdg-1.1 USE_GNU_TOOLS+= make -USE_X11= yes HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${LOCALBASE} diff --git a/games/scummvm/options.mk b/games/scummvm/options.mk index 26f2216ed1c..0e6bd5b2864 100644 --- a/games/scummvm/options.mk +++ b/games/scummvm/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2005/03/29 08:48:31 adam Exp $ +# $NetBSD: options.mk,v 1.2 2005/03/31 09:52:26 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.scummvm PKG_DEFAULT_OPTIONS= sdl @@ -12,6 +12,7 @@ CONFIGURE_ARGS+= --backend=sdl .endif .if !empty(PKG_OPTIONS:Mx11) +USE_X11= yes CONFIGURE_ARGS+= --backend=x11 .include "../../mk/ossaudio.buildlink3.mk" .endif -- cgit v1.2.3