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 | fa5157ed202465169d34967031ddc6af8c152942 (patch) | |
tree | 2c18ca092663df72077c1e313c65a4dcdcd9c1ee /print/html2ps/Makefile | |
parent | 73582dead2e79ea9c231bf788fa8ce2c8a39008b (diff) | |
download | pkgsrc-fa5157ed202465169d34967031ddc6af8c152942.tar.gz |
Remove references to teTeX1.
Diffstat (limited to 'print/html2ps/Makefile')
-rw-r--r-- | print/html2ps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/html2ps/Makefile b/print/html2ps/Makefile index 7d7d0b95f89..2884f3166a5 100644 --- a/print/html2ps/Makefile +++ b/print/html2ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/02/05 23:10:37 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2006/05/13 03:44:24 minskim Exp $ # DISTNAME= html2ps-1.0b4 @@ -17,7 +17,7 @@ DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= weblint-[0-9]*:../../www/weblint USE_TOOLS+= gs:run perl:run -TEX_ACCEPTED= teTeX1 teTeX2 teTeX3 +TEX_ACCEPTED= teTeX2 teTeX3 NO_CONFIGURE= yes NO_BUILD= yes |