pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games Remove Mesa's buildlink as it does nothing witho...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/120db7b7d9e6
branches:  trunk
changeset: 477690:120db7b7d9e6
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Jul 07 09:05:43 2004 +0000

description:
Remove Mesa's buildlink as it does nothing without USE_BUILDLINK3,
USE_X11 is enough for Linux systems (noted by wiz@).

diffstat:

 games/quake3arena-demo/Makefile |  3 +--
 games/quake3arena/Makefile      |  3 +--
 games/rtcw/Makefile             |  4 +++-
 3 files changed, 5 insertions(+), 5 deletions(-)

diffs (52 lines):

diff -r 38132201a12b -r 120db7b7d9e6 games/quake3arena-demo/Makefile
--- a/games/quake3arena-demo/Makefile   Wed Jul 07 08:51:52 2004 +0000
+++ b/games/quake3arena-demo/Makefile   Wed Jul 07 09:05:43 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/07/02 20:53:20 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2004/07/07 09:05:43 xtraeme Exp $
 
 DISTNAME=      linuxq3ademo-1_11-6_x86_gz
 PKGREVISION=   1
@@ -22,7 +22,6 @@
 .include "../../emulators/suse_linux/Makefile.application"
 .else
 USE_X11=       yes
-.include "../../graphics/MesaLib/buildlink3.mk"
 .endif
 
 NO_CONFIGURE=  yes
diff -r 38132201a12b -r 120db7b7d9e6 games/quake3arena/Makefile
--- a/games/quake3arena/Makefile        Wed Jul 07 08:51:52 2004 +0000
+++ b/games/quake3arena/Makefile        Wed Jul 07 09:05:43 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/07/02 20:53:20 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2004/07/07 09:05:43 xtraeme Exp $
 
 DISTNAME=      linuxq3apoint-1.32b.x86
 PKGREVISION=   1
@@ -23,7 +23,6 @@
 .include "../../emulators/suse_linux/Makefile.application"
 .else
 USE_X11=       yes
-.include "../../graphics/MesaLib/buildlink3.mk"
 .endif
 
 NO_SRC_ON_FTP= no
diff -r 38132201a12b -r 120db7b7d9e6 games/rtcw/Makefile
--- a/games/rtcw/Makefile       Wed Jul 07 08:51:52 2004 +0000
+++ b/games/rtcw/Makefile       Wed Jul 07 09:05:43 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/04/15 00:33:24 xtraeme Exp $
+# $NetBSD: Makefile,v 1.3 2004/07/07 09:05:43 xtraeme Exp $
 
 DISTNAME=      wolf-linux-1.33.x86
 PKGNAME=       rtcw-1.33
@@ -27,6 +27,8 @@
 .if ${OPSYS} != "Linux"
 DEPENDS+=       suse_base>=6.3:../../emulators/${SUSE_DIR_PREFIX}_base
 .include "../../emulators/suse_linux/Makefile.application"
+.else
+USE_X11=       yes
 .endif
 
 pre-extract:



Home | Main Index | Thread Index | Old Index