summaryrefslogtreecommitdiff
path: root/sysutils/coreutils
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-02-24 14:11:36 +0000
committergrant <grant@pkgsrc.org>2004-02-24 14:11:36 +0000
commite11b7bbbbafc79fae7a64b18348d49d9be6e027c (patch)
treed072c2d5a58dde5a0eaf2eb210d685ed16102ca3 /sysutils/coreutils
parent681e8c76290d0bcbf38f4303d3082f41588adc8c (diff)
downloadpkgsrc-e11b7bbbbafc79fae7a64b18348d49d9be6e027c.tar.gz
conflict with graphics/graphviz, which installs a program named 'gpr'.
Diffstat (limited to 'sysutils/coreutils')
-rw-r--r--sysutils/coreutils/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile
index 00b91ee2059..74dc8bd319f 100644
--- a/sysutils/coreutils/Makefile
+++ b/sysutils/coreutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/02/22 21:44:33 recht Exp $
+# $NetBSD: Makefile,v 1.17 2004/02/24 14:11:36 grant Exp $
DISTNAME= coreutils-5.2.0
CATEGORIES= sysutils
@@ -35,6 +35,12 @@ CONFLICTS+= geneweb-[0-9]*
.if ${GNU_PROGRAM_PREFIX} == ""
CONFLICTS+= teTeX-bin-[0-9]*
.endif
+# graphics/graphviz installs a 'gpr' program, so conflict with it if
+# GNU_PROGRAM_PREFIX == 'g'
+.if ${GNU_PROGRAM_PREFIX} == "g"
+CONFLICTS+= graphviz-[0-9]*
+.endif
+
PLIST_SUBST+= GNU_PROGRAM_PREFIX=${GNU_PROGRAM_PREFIX}
BUILD_DEFS+= GNU_PROGRAM_PREFIX