diff options
author | wiz <wiz@pkgsrc.org> | 2002-02-24 17:22:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-02-24 17:22:20 +0000 |
commit | ae7566726c203ac50ad699cb995b33f981073f78 (patch) | |
tree | c19458d35c4db1fb18ac2fc2da7d81417a1b5b16 /games/quake3arena | |
parent | 2dccf35a454dd99d6e5d590e566440723e9c0b78 (diff) | |
download | pkgsrc-ae7566726c203ac50ad699cb995b33f981073f78.tar.gz |
Wildcard suse_glx dependency.
Diffstat (limited to 'games/quake3arena')
-rw-r--r-- | games/quake3arena/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/quake3arena/Makefile b/games/quake3arena/Makefile index 794c120c3e7..ecf3ca71a53 100644 --- a/games/quake3arena/Makefile +++ b/games/quake3arena/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/01/14 17:44:48 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2002/02/24 17:22:20 wiz Exp $ # DISTNAME= linuxq3apoint-1.17.x86 @@ -13,7 +13,7 @@ COMMENT= Quake 3 Arena -- first person shooter (binary only, no data files) DEPENDS+= suse_base>=6.3:../../emulators/suse_base DEPENDS+= suse_x11>=6.3:../../emulators/suse_x11 -DEPENDS+= suse_glx-6.4:../../emulators/suse_glx +DEPENDS+= suse_glx>=6.4:../../emulators/suse_glx CONFLICTS= quake3arena-demo-[0-9]* |