diff options
author | minskim <minskim> | 2006-05-13 03:44:23 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-05-13 03:44:23 +0000 |
commit | ce8253eb185afe7af05efa6b30ab611bd8ea7570 (patch) | |
tree | 2c18ca092663df72077c1e313c65a4dcdcd9c1ee /textproc | |
parent | 46bd498aada7dbe7d570f3edbfc6760c6a03f458 (diff) | |
download | pkgsrc-ce8253eb185afe7af05efa6b30ab611bd8ea7570.tar.gz |
Remove references to teTeX1.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/latex2html/Makefile | 4 | ||||
-rw-r--r-- | textproc/rubber/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index 8c4b5cdbb7a..576cf3ee252 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/04/07 02:23:19 minskim Exp $ +# $NetBSD: Makefile,v 1.31 2006/05/13 03:44:24 minskim Exp $ DISTNAME= latex2html-2002-2-1 PKGNAME= latex2html-2002.2.1 @@ -12,7 +12,7 @@ COMMENT= LaTeX to HTML converter DEPENDS+= netpbm>=10.29nb2:../../graphics/netpbm -TEX_ACCEPTED= teTeX1 teTeX2 teTeX3 +TEX_ACCEPTED= teTeX2 teTeX3 USE_DIRS+= texmf-1.0 USE_TOOLS+= gs:run perl:run GNU_CONFIGURE= yes diff --git a/textproc/rubber/Makefile b/textproc/rubber/Makefile index d1c2a43de61..f5113020f85 100644 --- a/textproc/rubber/Makefile +++ b/textproc/rubber/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/04/08 22:55:59 tonio Exp $ +# $NetBSD: Makefile,v 1.16 2006/05/13 03:44:24 minskim Exp $ # DISTNAME= rubber-1.1 @@ -15,7 +15,7 @@ HAS_CONFIGURE= yes INFO_FILES= # PLIST TEXINFO_REQD= 4.6 PYTHON_VERSIONS_ACCEPTED= 24 23 -TEX_ACCEPTED= teTeX1 teTeX2 teTeX3 +TEX_ACCEPTED= teTeX2 teTeX3 CONFIGURE_ARGS+= --python=${PYTHONBIN:Q} CONFIGURE_ARGS+= --prefix=${PREFIX:Q} |