pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/coreutils conflict with graphics/graphviz, wh...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fcced1cddb2c
branches:  trunk
changeset: 469497:fcced1cddb2c
user:      grant <grant%pkgsrc.org@localhost>
date:      Tue Feb 24 14:11:36 2004 +0000

description:
conflict with graphics/graphviz, which installs a program named 'gpr'.

diffstat:

 sysutils/coreutils/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 117386a12b51 -r fcced1cddb2c sysutils/coreutils/Makefile
--- a/sysutils/coreutils/Makefile       Tue Feb 24 13:49:29 2004 +0000
+++ b/sysutils/coreutils/Makefile       Tue Feb 24 14:11:36 2004 +0000
@@ -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 @@
 .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
 



Home | Main Index | Thread Index | Old Index