diff options
author | minskim <minskim@pkgsrc.org> | 2006-05-13 03:44:23 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-05-13 03:44:23 +0000 |
commit | d240ae9985a712505ea81efd9cb4d30dbeab3449 (patch) | |
tree | 2c18ca092663df72077c1e313c65a4dcdcd9c1ee /sysutils | |
parent | 69ee0933996b35c89ac313d14e1e9870057b5595 (diff) | |
download | pkgsrc-d240ae9985a712505ea81efd9cb4d30dbeab3449.tar.gz |
Remove references to teTeX1.
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 |