pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/scummvm Move USE_X11 where is belongs



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e443c1ec923
branches:  trunk
changeset: 491873:8e443c1ec923
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Mar 31 09:52:26 2005 +0000

description:
Move USE_X11 where is belongs

diffstat:

 games/scummvm/Makefile   |  3 +--
 games/scummvm/options.mk |  3 ++-
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r edd78c1ecaa8 -r 8e443c1ec923 games/scummvm/Makefile
--- a/games/scummvm/Makefile    Thu Mar 31 05:02:24 2005 +0000
+++ b/games/scummvm/Makefile    Thu Mar 31 09:52:26 2005 +0000
@@ -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 @@
 USE_BUILDLINK3=                yes
 USE_DIRS+=             xdg-1.1
 USE_GNU_TOOLS+=                make
-USE_X11=               yes
 HAS_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --prefix=${LOCALBASE}
 
diff -r edd78c1ecaa8 -r 8e443c1ec923 games/scummvm/options.mk
--- a/games/scummvm/options.mk  Thu Mar 31 05:02:24 2005 +0000
+++ b/games/scummvm/options.mk  Thu Mar 31 09:52:26 2005 +0000
@@ -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 @@
 .endif
 
 .if !empty(PKG_OPTIONS:Mx11)
+USE_X11=               yes
 CONFIGURE_ARGS+=       --backend=x11
 .include "../../mk/ossaudio.buildlink3.mk"
 .endif



Home | Main Index | Thread Index | Old Index