diff options
author | wiz <wiz@pkgsrc.org> | 2002-02-24 17:03:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-02-24 17:03:24 +0000 |
commit | 2dccf35a454dd99d6e5d590e566440723e9c0b78 (patch) | |
tree | 2ceee0eefc8dd030381485bad6e0bbb5ed6fa06c /games | |
parent | 1efbe9ed8acf8b3d9f5d6deabcbfc5ee1eb00fd4 (diff) | |
download | pkgsrc-2dccf35a454dd99d6e5d590e566440723e9c0b78.tar.gz |
Wildcard suse_glx dependency.
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 2968ba7a9f8..44568b0fbb1 100644 --- a/games/quake3arena-demo/Makefile +++ b/games/quake3arena-demo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/02/07 11:39:53 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2002/02/24 17:03:24 wiz Exp $ # DISTNAME= linuxq3ademo-1_11-6_x86_gz @@ -13,7 +13,7 @@ HOMEPAGE= http://www.quake3arena.com/ COMMENT= Quake 3 Arena -- first person shooter (linux demo) DEPENDS+= suse_linux>=6.3:../../emulators/suse_linux -DEPENDS+= suse_glx-6.4:../../emulators/suse_glx +DEPENDS+= suse_glx>=6.4:../../emulators/suse_glx CONFLICTS= quake3arena-[0-9]* |