summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authoradam <adam>2005-03-31 09:52:26 +0000
committeradam <adam>2005-03-31 09:52:26 +0000
commitf5503582320eafcd24ae1d621c2494a5de0178fa (patch)
tree4a3bcf1429643b6f2d9c439c054195b71a77c013 /games
parent5c212db843960e57173809aec9193451ea585ee1 (diff)
downloadpkgsrc-f5503582320eafcd24ae1d621c2494a5de0178fa.tar.gz
Move USE_X11 where is belongs
Diffstat (limited to 'games')
-rw-r--r--games/scummvm/Makefile3
-rw-r--r--games/scummvm/options.mk3
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