diff options
author | jlam <jlam> | 2000-03-27 10:25:51 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-03-27 10:25:51 +0000 |
commit | a36ef9281f2c08b2262eee2330e477f2cbcf8f19 (patch) | |
tree | 07b9a98042a4e83649dff8053c4531f8329a24de /games/gnuchess | |
parent | ccc13192f429452f6daa6d566db9f0538cf21778 (diff) | |
download | pkgsrc-a36ef9281f2c08b2262eee2330e477f2cbcf8f19.tar.gz |
Remove conflict with gnuchess4.
Diffstat (limited to 'games/gnuchess')
-rw-r--r-- | games/gnuchess/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/gnuchess/Makefile b/games/gnuchess/Makefile index 5344b8f88f8..6cd73fbc56f 100644 --- a/games/gnuchess/Makefile +++ b/games/gnuchess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/03/26 14:45:50 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2000/03/27 10:25:51 jlam Exp $ # FreeBSD Id: Makefile,v 1.6 1999/01/27 07:41:12 fenner Exp # @@ -11,8 +11,6 @@ MASTER_SITES= ${MASTER_SITE_GNU:=chess/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/chess/chess.html -CONFLICTS= gnuchess4-* - GNU_CONFIGURE= yes USE_GMAKE= yes ALL_TARGET= gnuchess |