diff options
author | tron <tron@pkgsrc.org> | 2000-11-27 14:13:06 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-11-27 14:13:06 +0000 |
commit | 254009158293fb8e4ef5b566d625b521ae1a3d5e (patch) | |
tree | 30aa4faf85269ea546034e64483cefb829d7cd0a /games/xbill | |
parent | ae4eea87c61f3593d57e0394df799a7b1d3d5930 (diff) | |
download | pkgsrc-254009158293fb8e4ef5b566d625b521ae1a3d5e.tar.gz |
We can't share the pixmaps with current version of "gnome-games" any more
because the sets are no different. So add a conflicht with the
"gnome-games" package.
Diffstat (limited to 'games/xbill')
-rw-r--r-- | games/xbill/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/xbill/Makefile b/games/xbill/Makefile index 16c2893129d..37f11c4feeb 100644 --- a/games/xbill/Makefile +++ b/games/xbill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/08/23 23:14:25 tron Exp $ +# $NetBSD: Makefile,v 1.7 2000/11/27 14:13:06 tron Exp $ # DISTNAME= xbill-2.0 @@ -9,6 +9,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= root@garbled.net HOMEPAGE= http://www.xbill.org/ +CONFLICT= gnome-games-* + USE_IMAKE= YES USE_XPM= YES NO_INSTALL_MANPAGES= YES |