summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorwiz <wiz>2003-04-10 18:42:29 +0000
committerwiz <wiz>2003-04-10 18:42:29 +0000
commita4e7bae5d23552797afd04aa83341ace814a8be2 (patch)
tree60267473314a70182eda043751863bd6306281ec /sysutils
parent894ed64a8ca372b71b9461dfa7a0ae0e31f186aa (diff)
downloadpkgsrc-a4e7bae5d23552797afd04aa83341ace814a8be2.tar.gz
coreutils and gnome-utils currently conflict because both install guname.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/coreutils/Makefile3
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}