summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorreed <reed>2005-10-10 19:51:00 +0000
committerreed <reed>2005-10-10 19:51:00 +0000
commitabdc83fad68436e1b2907abe2d14e196f3d7397b (patch)
treee018cba2a91ad10bc91f4dd6c74ba0f91089fb94 /games
parent144e7be7509e374894687a68ecf075ebcbe590db (diff)
downloadpkgsrc-abdc83fad68436e1b2907abe2d14e196f3d7397b.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