diff options
author | jlam <jlam> | 2000-03-26 14:45:50 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-03-26 14:45:50 +0000 |
commit | 68e3d7cf04b5b32796f816dc722020c15a4803cf (patch) | |
tree | eaf0b5bb2e7f8daa24876f3d331796bf9ba4c92a /games | |
parent | 26c1bab4e3f724519a93b15d086081423682ea26 (diff) | |
download | pkgsrc-68e3d7cf04b5b32796f816dc722020c15a4803cf.tar.gz |
Conflicts with gnuchess4.
Diffstat (limited to 'games')
-rw-r--r-- | games/gnuchess/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/gnuchess/Makefile b/games/gnuchess/Makefile index 2b716bce454..5344b8f88f8 100644 --- a/games/gnuchess/Makefile +++ b/games/gnuchess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/03/26 08:29:25 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2000/03/26 14:45:50 jlam Exp $ # FreeBSD Id: Makefile,v 1.6 1999/01/27 07:41:12 fenner Exp # @@ -11,6 +11,8 @@ 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 |