diff options
author | wiz <wiz> | 2000-12-14 00:01:25 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-12-14 00:01:25 +0000 |
commit | 75bf4d605fe544050b2f27ba1e678df5690996ee (patch) | |
tree | 26b141e512fe46a17a55ab1031bbbaf7d0def3b6 /games | |
parent | c42ef8bac77ce612c2fe0d0607d93b474882c964 (diff) | |
download | pkgsrc-75bf4d605fe544050b2f27ba1e678df5690996ee.tar.gz |
add conflict with quake3arena (some Help files are installed by both).
Diffstat (limited to 'games')
-rw-r--r-- | games/quake3arena-demo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/quake3arena-demo/Makefile b/games/quake3arena-demo/Makefile index 2a543eb75d7..d90f9b8093d 100644 --- a/games/quake3arena-demo/Makefile +++ b/games/quake3arena-demo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/12/09 18:25:05 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2000/12/14 00:01:25 wiz Exp $ # DISTNAME= linuxq3ademo-1_11-6_x86_gz @@ -14,6 +14,8 @@ HOMEPAGE= http://www.quake3arena.com/ DEPENDS+= suse_linux>=6.3:../../emulators/suse_linux DEPENDS+= suse_glx-6.4:../../emulators/suse_glx +CONFLICTS= quake3arena-* + MIRROR_DISTFILE=no NO_CONFIGURE= yes |