diff options
author | tron <tron@pkgsrc.org> | 2000-03-28 06:34:47 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-03-28 06:34:47 +0000 |
commit | c97018a9739448bf3fab0548e111aa92ea55fa2f (patch) | |
tree | c64bf6f736fb764caa5fb49f8d969303f7e7368f /games/gnuchess4/Makefile | |
parent | ce839a18e8a7285f9450d591e3e98fade359cd97 (diff) | |
download | pkgsrc-c97018a9739448bf3fab0548e111aa92ea55fa2f.tar.gz |
Add conflict with old "gnuchess" 4.x packages.
Diffstat (limited to 'games/gnuchess4/Makefile')
-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 |