diff options
Diffstat (limited to 'sysutils')
-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 55728d8cfad..19ed158765c 100644 --- a/sysutils/coreutils/Makefile +++ b/sysutils/coreutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2006/04/13 18:23:37 jlam Exp $ +# $NetBSD: Makefile,v 1.35 2006/05/13 03:44:24 minskim Exp $ DISTNAME= coreutils-5.2.1 PKGREVISION= 2 @@ -47,7 +47,7 @@ CONFLICTS+= id-utils-[0-9]* gnome-utils<1.4.1.2nb2 CONFLICTS+= geneweb-[0-9]* CONFLICTS+= graphviz<1.12 .endif -# print/teTeX-bin and print/teTeX1-bin installs a 'readlink' program, so +# print/teTeX-bin installs a 'readlink' program, so # conflict with it if GNU_PROGRAM_PREFIX == '' (no problem in teTeX3-bin) .if ${GNU_PROGRAM_PREFIX} == "" CONFLICTS+= teTeX-bin<3 |