diff options
author | wiz <wiz@pkgsrc.org> | 2006-03-12 12:36:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-03-12 12:36:01 +0000 |
commit | e66223304a98705c403fda1251673cce07f3d423 (patch) | |
tree | f06e3dc77ffc0d8fcac80758bcf709c5e2dda4f7 /sysutils/coreutils | |
parent | d61d1fe4689c723abd5a573671beb962bb8d03f5 (diff) | |
download | pkgsrc-e66223304a98705c403fda1251673cce07f3d423.tar.gz |
Fix graphviz CONFLICTS line -- gpr was renamed to
gvpr in 1.12. Closes PR 33093 by Joern Clausen.
Diffstat (limited to 'sysutils/coreutils')
-rw-r--r-- | sysutils/coreutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile index 0f418b56f3f..8ffa183f28e 100644 --- a/sysutils/coreutils/Makefile +++ b/sysutils/coreutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/02/05 23:10:49 joerg Exp $ +# $NetBSD: Makefile,v 1.31 2006/03/12 12:36:01 wiz Exp $ DISTNAME= coreutils-5.2.1 PKGREVISION= 2 @@ -47,7 +47,7 @@ CONFIGURE_ARGS+= --program-prefix=${GNU_PROGRAM_PREFIX:Q} .if ${GNU_PROGRAM_PREFIX} == "g" CONFLICTS+= id-utils-[0-9]* gnome-utils<1.4.1.2nb2 CONFLICTS+= geneweb-[0-9]* -CONFLICTS+= graphviz-[0-9]* +CONFLICTS+= graphviz<1.12 .endif # print/teTeX-bin and print/teTeX1-bin installs a 'readlink' program, so # conflict with it if GNU_PROGRAM_PREFIX == '' (no problem in teTeX3-bin) |