pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/quake3arena-demo Fix path for suse_x11. It was e...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c0b64ebdad4
branches:  trunk
changeset: 500599:0c0b64ebdad4
user:      reed <reed%pkgsrc.org@localhost>
date:      Mon Oct 10 19:51:00 2005 +0000

description:
Fix path for suse_x11. It was emulators/suse_base instead
of suse_x11.

diffstat:

 games/quake3arena-demo/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5fb2366d5a83 -r 0c0b64ebdad4 games/quake3arena-demo/Makefile
--- a/games/quake3arena-demo/Makefile   Mon Oct 10 19:44:48 2005 +0000
+++ b/games/quake3arena-demo/Makefile   Mon Oct 10 19:51:00 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2005/07/15 18:27:51 jlam Exp $
+# $NetBSD: Makefile,v 1.28 2005/10/10 19:51:00 reed Exp $
 
 DISTNAME=      linuxq3ademo-1_11-6_x86_gz
 PKGREVISION=   2
@@ -18,7 +18,7 @@
 
 .if ${OPSYS} != "Linux"
 DEPENDS+=      suse_base>=6.3:../../emulators/${SUSE_DIR_PREFIX}_base
-DEPENDS+=      suse_x11>=6.3:../../emulators/${SUSE_DIR_PREFIX}_base
+DEPENDS+=      suse_x11>=6.3:../../emulators/${SUSE_DIR_PREFIX}_x11
 DEPENDS+=      suse_glx>=6.4:../../emulators/${SUSE_DIR_PREFIX}_glx
 .include "../../emulators/suse_linux/Makefile.application"
 .else



Home | Main Index | Thread Index | Old Index