summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2005-10-10 19:51:00 +0000
committerreed <reed@pkgsrc.org>2005-10-10 19:51:00 +0000
commit902291ec931bf8a24172390963c7282ab7730b8a (patch)
treee018cba2a91ad10bc91f4dd6c74ba0f91089fb94 /games
parent05b249d32a1ad2267439cffbd0523fdf43c144bf (diff)
downloadpkgsrc-902291ec931bf8a24172390963c7282ab7730b8a.tar.gz
Fix path for suse_x11. It was emulators/suse_base instead
of suse_x11.
Diffstat (limited to 'games')
-rw-r--r--games/quake3arena-demo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/quake3arena-demo/Makefile b/games/quake3arena-demo/Makefile
index 5816e3ef653..2986ed84979 100644
--- a/games/quake3arena-demo/Makefile
+++ b/games/quake3arena-demo/Makefile
@@ -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 @@ CONFLICTS= quake3arena-[0-9]*
.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