diff options
author | adam <adam@pkgsrc.org> | 2005-03-31 09:52:26 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-03-31 09:52:26 +0000 |
commit | 49f1c96243112cae00b6c0beef72715bb4b08b3b (patch) | |
tree | 4a3bcf1429643b6f2d9c439c054195b71a77c013 /games/scummvm | |
parent | c2d436d153979a6954b25838e5a1f65b408b4167 (diff) | |
download | pkgsrc-49f1c96243112cae00b6c0beef72715bb4b08b3b.tar.gz |
Move USE_X11 where is belongs
Diffstat (limited to 'games/scummvm')
-rw-r--r-- | games/scummvm/Makefile | 3 | ||||
-rw-r--r-- | games/scummvm/options.mk | 3 |
2 files changed, 3 insertions, 3 deletions
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 |