diff options
author | wiz <wiz> | 2003-04-10 18:42:29 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-04-10 18:42:29 +0000 |
commit | 106a391943221c722c78586523f1379564c2d99e (patch) | |
tree | 60267473314a70182eda043751863bd6306281ec /misc/gnome-utils/Makefile | |
parent | 9ea248a3aadbf5b8728362ea4b15a8601ac6e2a8 (diff) | |
download | pkgsrc-106a391943221c722c78586523f1379564c2d99e.tar.gz |
coreutils and gnome-utils currently conflict because both install guname.
Diffstat (limited to 'misc/gnome-utils/Makefile')
-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 |