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 /sysutils | |
parent | 08801f2a5db224ffe43ed9d57e5e9e7a2a95e4aa (diff) | |
download | pkgsrc-77129f3dd7371ad712e87ca1dc766c145efc2154.tar.gz |
coreutils and gnome-utils currently conflict because both install guname.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/coreutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile index d735c65d0ee..a89deadf487 100644 --- a/sysutils/coreutils/Makefile +++ b/sysutils/coreutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/04/10 13:18:36 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2003/04/10 18:42:29 wiz Exp $ # DISTNAME= coreutils-5.0 @@ -27,6 +27,7 @@ CONFIGURE_ARGS= --program-prefix=${GNU_PROGRAM_PREFIX} # GNU_PROGRAM_PREFIX == 'g' . if ${GNU_PROGRAM_PREFIX} == "g" CONFLICTS+= id-utils-[0-9]* +CONFLICTS+= gnome-utils-* . endif .endif PLIST_SUBST+= GNU_PROGRAM_PREFIX=${GNU_PROGRAM_PREFIX} |