diff options
author | tron <tron> | 2000-11-27 14:15:59 +0000 |
---|---|---|
committer | tron <tron> | 2000-11-27 14:15:59 +0000 |
commit | 7feaa4f39db441cbe04cac08d2a20af81e96528e (patch) | |
tree | 0dcc002d994cbe95226d93f8fa29d9a657907e91 /games/gnome-games | |
parent | e3399b06dbe1fa83370392f9973414a135d12882 (diff) | |
download | pkgsrc-7feaa4f39db441cbe04cac08d2a20af81e96528e.tar.gz |
Add conflict with "xbill" package which installs a (now) different set
of pixmaps to "share/pixmaps/xbill".
Diffstat (limited to 'games/gnome-games')
-rw-r--r-- | games/gnome-games/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 86a480b285d..71f7d617a50 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2000/11/27 14:03:28 tron Exp $ +# $NetBSD: Makefile,v 1.16 2000/11/27 14:15:59 tron Exp $ DISTNAME= gnome-games-1.2.0 CATEGORIES= games gnome @@ -15,6 +15,8 @@ DEPENDS+= gnome-core-*:../../x11/gnome-core DEPENDS+= guile-[0-9]*:../../lang/guile DEPENDS+= xbill-*:../../games/xbill +CONFLICTS= xbill-* + USE_GMAKE= YES USE_X11BASE= YES USE_CURSES= YES |