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/bibtool | |
parent | 73582dead2e79ea9c231bf788fa8ce2c8a39008b (diff) | |
download | pkgsrc-fa5157ed202465169d34967031ddc6af8c152942.tar.gz |
Remove references to teTeX1.
Diffstat (limited to 'print/bibtool')
-rw-r--r-- | print/bibtool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/bibtool/Makefile b/print/bibtool/Makefile index 202085a7b3a..42b3d276cda 100644 --- a/print/bibtool/Makefile +++ b/print/bibtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/03/31 03:11:56 smb Exp $ +# $NetBSD: Makefile,v 1.2 2006/05/13 03:44:24 minskim Exp $ DISTNAME= BibTool-2.48 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=biblio/bibtex/utils/bibtool/} @@ -20,7 +20,7 @@ REPLACE_PERL+= Perl/bibtool.pl DOCDIR= ${LOCALBASE}/share/doc/BibTool EXAMPLEDIR= ${LOCALBASE}/share/examples/BibTool -TEX_ACCEPTED= teTeX1 teTeX2 teTeX3 +TEX_ACCEPTED= teTeX2 teTeX3 TEX_DEPMETHOD= build .include "../../mk/tex.buildlink3.mk" |