diff options
author | jlam <jlam@pkgsrc.org> | 2000-09-12 16:52:57 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-09-12 16:52:57 +0000 |
commit | 717fde13c8489429dd5a7eaad4cc96e6bdd55331 (patch) | |
tree | 2c99bcf6f4898df2dd329b2a39187c9e6fdd1976 /textproc/texi2html | |
parent | 505baa1e58ffbb262e5c6c21c86f21d73e54b8b2 (diff) | |
download | pkgsrc-717fde13c8489429dd5a7eaad4cc96e6bdd55331.tar.gz |
Note conflict with versions of teTeX-bin older than 1.0.7nb1.
Diffstat (limited to 'textproc/texi2html')
-rw-r--r-- | textproc/texi2html/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile index a986449491a..25e0f24b1e2 100644 --- a/textproc/texi2html/Makefile +++ b/textproc/texi2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/08/27 02:46:07 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2000/09/12 16:52:57 jlam Exp $ # DISTNAME= texi2html @@ -10,6 +10,8 @@ EXTRACT_SUFX= .shar.Z MAINTAINER= tv@netbsd.org HOMEPAGE= http://wwwcn1.cern.ch/dci/texi2html/ +CONFLICTS= teTeX-bin-1.0 teTeX-bin-1.0.[1234567] + USE_PERL5= # defined EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH} |