pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/quake3arena-demo don't need whole suse_linux (an...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3baf0ddd8d4f
branches:  trunk
changeset: 491989:3baf0ddd8d4f
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Sat Apr 02 19:54:01 2005 +0000

description:
don't need whole suse_linux (and there is no SuSE 9.1 version for that),
pull in only suse_base + suse_x11

diffstat:

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

diffs (23 lines):

diff -r 2e9ecf29f1a7 -r 3baf0ddd8d4f games/quake3arena-demo/Makefile
--- a/games/quake3arena-demo/Makefile   Sat Apr 02 19:51:01 2005 +0000
+++ b/games/quake3arena-demo/Makefile   Sat Apr 02 19:54:01 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2004/11/17 21:10:51 snj Exp $
+# $NetBSD: Makefile,v 1.23 2005/04/02 19:54:01 jdolecek Exp $
 
 DISTNAME=      linuxq3ademo-1_11-6_x86_gz
-PKGREVISION=   1
+PKGREVISION=   2
 PKGNAME=       quake3arena-demo-1.11.6
 CATEGORIES=    games x11
 MASTER_SITES=  ftp://ftp.idsoftware.com/idstuff/quake3/linux/ \
@@ -17,7 +17,8 @@
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} != "Linux"
-DEPENDS+=      suse_linux>=6.3:../../emulators/${SUSE_DIR_PREFIX}_linux
+DEPENDS+=      suse_base>=6.3:../../emulators/${SUSE_DIR_PREFIX}_base
+DEPENDS+=      suse_x11>=6.3:../../emulators/${SUSE_DIR_PREFIX}_base
 DEPENDS+=      suse_glx>=6.4:../../emulators/${SUSE_DIR_PREFIX}_glx
 .include "../../emulators/suse_linux/Makefile.application"
 .else



Home | Main Index | Thread Index | Old Index