diff options
author | reed <reed@pkgsrc.org> | 2005-10-10 19:51:00 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-10-10 19:51:00 +0000 |
commit | b88dc87ce1b04f40261bde2ba484c6232e67159a (patch) | |
tree | e018cba2a91ad10bc91f4dd6c74ba0f91089fb94 /games | |
parent | 5a08bb81338d2dbcda2f9f9f8c6db42cb7715c35 (diff) | |
download | pkgsrc-b88dc87ce1b04f40261bde2ba484c6232e67159a.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/Makefile | 4 |
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 |