diff options
author | hubertf <hubertf@pkgsrc.org> | 2005-04-02 17:17:44 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2005-04-02 17:17:44 +0000 |
commit | f1faa1b2014cf2d6bb1b1eb611f1340bf6fbae24 (patch) | |
tree | 8ff19ec200fc0c44259f4976474f29d95d5b2ba8 /devel/cweb | |
parent | 807c5d0951e2c762888bc6b61fe0af294b102510 (diff) | |
download | pkgsrc-f1faa1b2014cf2d6bb1b1eb611f1340bf6fbae24.tar.gz |
Document that this requires teTeX*1* because it's part of teTeX 2.0 and above.
(and thus not needed there)
Diffstat (limited to 'devel/cweb')
-rw-r--r-- | devel/cweb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cweb/Makefile b/devel/cweb/Makefile index aabdbad8e21..79eebc4fc8a 100644 --- a/devel/cweb/Makefile +++ b/devel/cweb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/03/26 02:27:37 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2005/04/02 17:17:44 hubertf Exp $ # # XXX This package needs to be installed with the same PREFIX as teTeX # @@ -12,7 +12,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www-cs-faculty.stanford.edu/~knuth/cweb.html COMMENT= CWEB System of Structured Documentation -CONFLICTS+= teTeX-bin>=2.0 +CONFLICTS+= teTeX-bin>=2.0 # Part of teTeX>=2.0 DEPENDS+= teTeX-[0-9]*:../../print/teTeX1 |