summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2005-04-02 19:54:01 +0000
committerjdolecek <jdolecek>2005-04-02 19:54:01 +0000
commit1212959d5a8328c5669df1f0dab05abfb47209a3 (patch)
tree1e6465cd2be009cc0911e0c2412659aada3e31d6 /games
parenta1c8b37c6d8851867fe5a678f7167640a96567ed (diff)
downloadpkgsrc-1212959d5a8328c5669df1f0dab05abfb47209a3.tar.gz
don't need whole suse_linux (and there is no SuSE 9.1 version for that),
pull in only suse_base + suse_x11
Diffstat (limited to 'games')
-rw-r--r--games/quake3arena-demo/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/games/quake3arena-demo/Makefile b/games/quake3arena-demo/Makefile
index 6104be4d598..d21c7a60d4b 100644
--- a/games/quake3arena-demo/Makefile
+++ b/games/quake3arena-demo/Makefile
@@ -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 @@ CONFLICTS= quake3arena-[0-9]*
.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