diff options
author | tron <tron> | 2000-03-28 06:34:47 +0000 |
---|---|---|
committer | tron <tron> | 2000-03-28 06:34:47 +0000 |
commit | fd90ced9299d983b2865d1d171c1ff6feb3e2d36 (patch) | |
tree | c64bf6f736fb764caa5fb49f8d969303f7e7368f /games | |
parent | 1c373f96aef549203ffb88eda3ba1c2b9113e5f0 (diff) | |
download | pkgsrc-fd90ced9299d983b2865d1d171c1ff6feb3e2d36.tar.gz |
Add conflict with old "gnuchess" 4.x packages.
Diffstat (limited to 'games')
-rw-r--r-- | games/gnuchess4/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/gnuchess4/Makefile b/games/gnuchess4/Makefile index a312e3d7248..0830eb34930 100644 --- a/games/gnuchess4/Makefile +++ b/games/gnuchess4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/03/27 10:25:01 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2000/03/28 06:34:47 tron Exp $ # FreeBSD Id: Makefile,v 1.6 1999/01/27 07:41:12 fenner Exp # @@ -11,6 +11,8 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/chess/chess.html +CONFLICTS= gnuchess-4.* + MIRROR_DISTFILE= no GNU_CONFIGURE= yes |