diff options
author | wiz <wiz@pkgsrc.org> | 2003-04-10 18:42:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-04-10 18:42:29 +0000 |
commit | 77129f3dd7371ad712e87ca1dc766c145efc2154 (patch) | |
tree | 60267473314a70182eda043751863bd6306281ec /misc | |
parent | 08801f2a5db224ffe43ed9d57e5e9e7a2a95e4aa (diff) | |
download | pkgsrc-77129f3dd7371ad712e87ca1dc766c145efc2154.tar.gz |
coreutils and gnome-utils currently conflict because both install guname.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnome-utils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/gnome-utils/Makefile b/misc/gnome-utils/Makefile index bd52928d80f..2295c567eba 100644 --- a/misc/gnome-utils/Makefile +++ b/misc/gnome-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2003/02/18 14:56:00 jmmv Exp $ +# $NetBSD: Makefile,v 1.56 2003/04/10 18:42:30 wiz Exp $ DISTNAME= gnome-utils-1.4.1.2 PKGREVISION= 1 @@ -13,6 +13,8 @@ COMMENT= Set of useful GNOME utilities and applications BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison BUILD_DEPENDS+= xml-i18n-tools-[0-9]*:../../textproc/xml-i18n-tools +CONFLICTS= coreutils-[0-9]* + USE_GMAKE= YES USE_X11BASE= YES USE_BUILDLINK2= YES |