diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-01-12 10:49:35 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-01-12 10:49:35 +0800 |
commit | 7824c6dcc1e063fb9f4fcb68d6a5a16ee36968d3 (patch) | |
tree | b9fc88f6c15e16f94b930d8e16dea4aef0a5470b /games | |
parent | d533325090029bb3f21db0d18a879a0b6f2da8e5 (diff) | |
download | marcuscom-ports-7824c6dcc1e063fb9f4fcb68d6a5a16ee36968d3.tar.gz marcuscom-ports-7824c6dcc1e063fb9f4fcb68d6a5a16ee36968d3.tar.zst marcuscom-ports-7824c6dcc1e063fb9f4fcb68d6a5a16ee36968d3.zip |
Don't conflict with gnuchess
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8191 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-games/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index f0b11b118..7d5e3be34 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/games/gnome-games/Makefile,v 1.129 2006/12/20 05:16:10 marcus Exp $ +# $MCom: ports/games/gnome-games/Makefile,v 1.130 2007/01/08 18:02:48 marcus Exp $ # PORTNAME= gnome-games @@ -38,7 +38,7 @@ GCONF_SCHEMAS= aisleriot.schemas blackjack.schemas glchess.schemas \ iagno.schemas libgnomegames.schemas mahjongg.schemas \ same-gnome.schemas -CONFLICTS= sol-1.0.* glchess-[0-9]* gnomesudoku-[0-9]* gnuchess-[0-9]* +CONFLICTS= sol-1.0.* glchess-[0-9]* gnomesudoku-[0-9]* .include <bsd.port.pre.mk> |