diff options
author | grant <grant> | 2004-02-24 14:29:34 +0000 |
---|---|---|
committer | grant <grant> | 2004-02-24 14:29:34 +0000 |
commit | 75a3a8b0ef2c28e769cff31404a7edebc0d2ae55 (patch) | |
tree | 6e7aa57b3dbb3f66525a2302a4b68153b3b47997 /graphics/graphviz/Makefile | |
parent | dbf05ed49c4b60bd489269ef8522b0c543ce3df0 (diff) | |
download | pkgsrc-75a3a8b0ef2c28e769cff31404a7edebc0d2ae55.tar.gz |
conflict with sysutils/coreutils, which installs a program named
'gpr'.
Diffstat (limited to 'graphics/graphviz/Makefile')
-rw-r--r-- | graphics/graphviz/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 1769423752a..59300acdaee 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/02/14 17:21:42 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2004/02/24 14:29:34 grant Exp $ # DISTNAME= graphviz-1.10 @@ -18,6 +18,14 @@ USE_LIBTOOL= yes USE_X11= yes XAW_TYPE= standard +.include "../../mk/bsd.prefs.mk" + +# sysutils/coreutils installs a 'gpr' program, so conflict with it if +# GNU_PROGRAM_PREFIX == 'g' +.if ${GNU_PROGRAM_PREFIX} == "g" +CONFLICTS+= coreutils-[0-9]* +.endif + CONFIGURE_ENV+= TCLCONFIG=${BUILDLINK_PREFIX.tcl}/lib/tclConfig.sh CONFIGURE_ENV+= TKCONFIG=${BUILDLINK_PREFIX.tk}/lib/tkConfig.sh CONFIGURE_ENV+= X11PREFIX=${X11PREFIX} X11BASE=${X11BASE} |