diff options
author | jlam <jlam> | 2000-03-26 14:45:50 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-03-26 14:45:50 +0000 |
commit | 25343ebf7a084a1ce5c985e1d2850424d7b0cda7 (patch) | |
tree | eaf0b5bb2e7f8daa24876f3d331796bf9ba4c92a /games | |
parent | 01a299f15f503155e071d3539e71e1baf339ff25 (diff) | |
download | pkgsrc-25343ebf7a084a1ce5c985e1d2850424d7b0cda7.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 |