From 4cd37c8b4a4e2a04b99a71789ac1a16ac6c10ff6 Mon Sep 17 00:00:00 2001 From: minskim Date: Thu, 10 Aug 2006 03:21:39 +0000 Subject: Remove teTeX2 from TEX_ACCEPTED, because the teTeX2 packages will be removed shortly. --- benchmarks/skampi/Makefile | 4 ++-- cad/fastcap/Makefile | 4 ++-- cad/gnucap/Makefile | 4 ++-- cad/tnt-mmtl/Makefile | 4 ++-- converters/bibtex2html/Makefile | 4 ++-- cross/avrdude/Makefile | 4 ++-- devel/doxygen/Makefile | 4 ++-- devel/pvs/Makefile | 4 ++-- editors/TeXmacs/Makefile | 4 ++-- editors/lyx-qt/Makefile.common | 4 ++-- emulators/mmix/Makefile | 4 ++-- math/pari/Makefile | 4 ++-- print/advi/Makefile | 4 ++-- print/bibtool/Makefile | 4 ++-- print/cjk-lyx/Makefile | 4 ++-- print/html2ps/Makefile | 4 ++-- print/lgrind/Makefile | 4 ++-- print/magicfilter/Makefile | 4 ++-- print/tex-musixtex/Makefile | 4 ++-- textproc/latex2html/Makefile | 4 ++-- textproc/rubber/Makefile | 4 ++-- textproc/tex-xmltex/Makefile | 4 ++-- www/p5-SVN-Web/Makefile | 4 ++-- www/p5-Template-Extract/Makefile | 4 ++-- www/p5-Template-Generate/Makefile | 4 ++-- 25 files changed, 50 insertions(+), 50 deletions(-) diff --git a/benchmarks/skampi/Makefile b/benchmarks/skampi/Makefile index f4aa284c026..e0fe7be1864 100644 --- a/benchmarks/skampi/Makefile +++ b/benchmarks/skampi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/05/13 03:44:23 minskim Exp $ +# $NetBSD: Makefile,v 1.17 2006/08/10 03:21:39 minskim Exp $ # DISTNAME= skampi4 @@ -14,7 +14,7 @@ HOMEPAGE= http://liinwww.ira.uka.de/~skampi/ COMMENT= MPI (Message Passing Interface) benchmarks DEPENDS+= gnuplot>=3.7.1:../../graphics/gnuplot -TEX_ACCEPTED= teTeX2 teTeX3 +TEX_ACCEPTED= teTeX3 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} diff --git a/cad/fastcap/Makefile b/cad/fastcap/Makefile index bb6864e0bdb..a708b5a2cd9 100644 --- a/cad/fastcap/Makefile +++ b/cad/fastcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2006/05/13 03:44:23 minskim Exp $ +# $NetBSD: Makefile,v 1.30 2006/08/10 03:21:39 minskim Exp $ # DISTNAME= fastcap-2.0-18Sep92 @@ -19,7 +19,7 @@ HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./config CONFIGURE_ARGS+= 4 TEX_DEPMETHOD= build -TEX_ACCEPTED= teTeX2 teTeX3 +TEX_ACCEPTED= teTeX3 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" GCC_REQD+= 2.95.3 diff --git a/cad/gnucap/Makefile b/cad/gnucap/Makefile index ec68b130f94..d4f11a83fd1 100644 --- a/cad/gnucap/Makefile +++ b/cad/gnucap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/07/22 05:54:52 rillig Exp $ +# $NetBSD: Makefile,v 1.20 2006/08/10 03:21:39 minskim Exp $ # DISTNAME= gnucap-2006-07-08 @@ -17,7 +17,7 @@ USE_TOOLS+= gmake USE_GNU_READLINE= YES GNU_CONFIGURE= YES TEX_DEPMOD= build -TEX_ACCEPTED= teTeX2 teTeX3 +TEX_ACCEPTED= teTeX3 post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/gnucap/manual/html diff --git a/cad/tnt-mmtl/Makefile b/cad/tnt-mmtl/Makefile index 9d2c1422243..f4834503161 100644 --- a/cad/tnt-mmtl/Makefile +++ b/cad/tnt-mmtl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/06/30 07:05:16 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2006/08/10 03:21:39 minskim Exp $ # DISTNAME= tnt-1.2.2 @@ -19,7 +19,7 @@ GNU_CONFIGURE= YES USE_TOOLS+= gmake USE_LANGUAGES= c c++ fortran TEX_DEPMOD= build -TEX_ACCEPTED= teTeX2 teTeX3 +TEX_ACCEPTED= teTeX3 post-patch: ${MV} ${WRKSRC}/tnt ${WRKSRC}/tnt-mmtl diff --git a/converters/bibtex2html/Makefile b/converters/bibtex2html/Makefile index 7498bce7250..04dbc89c06f 100644 --- a/converters/bibtex2html/Makefile +++ b/converters/bibtex2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/06/13 07:25:27 tonio Exp $ +# $NetBSD: Makefile,v 1.20 2006/08/10 03:21:39 minskim Exp $ DISTNAME= bibtex2html-1.82 CATEGORIES= converters @@ -12,7 +12,7 @@ BUILD_DEPENDS+= hevea-[0-9]*:../../textproc/hevea GNU_CONFIGURE= yes USE_TOOLS+= perl:run -TEX_ACCEPTED= teTeX2 teTeX3 +TEX_ACCEPTED= teTeX3 SUBST_CLASSES+= paths SUBST_MESSAGE.paths= Fixing hardcoded paths. diff --git a/cross/avrdude/Makefile b/cross/avrdude/Makefile index 557677dce9e..bdb97fd4ba0 100644 --- a/cross/avrdude/Makefile +++ b/cross/avrdude/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/08/03 19:22:31 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2006/08/10 03:21:39 minskim Exp $ DISTNAME= avrdude-4.1.0 PKGREVISION= 3 @@ -11,7 +11,7 @@ COMMENT= Downloader/uploader for Atmel AVR 8-bit RISC microcontrollers USE_GNU_READLINE= YES TEX_DEPMETHOD= build -TEX_ACCEPTED= teTeX2 teTeX3 +TEX_ACCEPTED= teTeX3 GNU_CONFIGURE= yes USE_TOOLS+= makeinfo texi2html diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile index 5e8b110f25c..6144329b78a 100644 --- a/devel/doxygen/Makefile +++ b/devel/doxygen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2006/06/14 10:24:53 adam Exp $ +# $NetBSD: Makefile,v 1.50 2006/08/10 03:21:39 minskim Exp $ DISTNAME= doxygen-1.4.7.src PKGNAME= doxygen-1.4.7 @@ -9,7 +9,7 @@ MAINTAINER= recht@NetBSD.org HOMEPAGE= http://www.doxygen.org/ COMMENT= Documentation system for C++, Java, IDL and C -TEX_ACCEPTED= teTeX2 teTeX3 +TEX_ACCEPTED= teTeX3 WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_TOOLS+= gmake gs:run perl:run flex USE_LANGUAGES= c c++ diff --git a/devel/pvs/Makefile b/devel/pvs/Makefile index 65a565ddb7c..675a04038fe 100644 --- a/devel/pvs/Makefile +++ b/devel/pvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2006/05/22 22:22:02 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2006/08/10 03:21:39 minskim Exp $ # DISTNAME= pvs-${VERSION} @@ -24,7 +24,7 @@ VERSION= 3.2 NO_BUILD= yes CHECK_SHLIBS_SUPPORTED= no INFO_FILES= # PLIST -TEX_ACCEPTED= teTeX2 teTeX3 +TEX_ACCEPTED= teTeX3 LICENSE= pvs-license # not quite sure about this, but to be on the safe side: diff --git a/editors/TeXmacs/Makefile b/editors/TeXmacs/Makefile index e32cd9fe31f..fe6fb655774 100644 --- a/editors/TeXmacs/Makefile +++ b/editors/TeXmacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2006/05/31 18:21:24 drochner Exp $ +# $NetBSD: Makefile,v 1.60 2006/08/10 03:21:39 minskim Exp $ DISTNAME= TeXmacs-1.0.6.2-src PKGNAME= ${DISTNAME:S/-src//} @@ -15,7 +15,7 @@ BUILD_TARGET= TEXMACS USE_TOOLS+= gmake USE_LANGUAGES= c c++ GNU_CONFIGURE= yes -TEX_ACCEPTED= teTeX2 teTeX3 +TEX_ACCEPTED= teTeX3 PYTHON_PATCH_SCRIPTS= plugins/python/bin/tm_python diff --git a/editors/lyx-qt/Makefile.common b/editors/lyx-qt/Makefile.common index 887d5b55583..a31510fea09 100644 --- a/editors/lyx-qt/Makefile.common +++ b/editors/lyx-qt/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.41 2006/07/25 12:20:44 joerg Exp $ +# $NetBSD: Makefile.common,v 1.42 2006/08/10 03:21:40 minskim Exp $ # DISTNAME= lyx-1.4.2 @@ -34,7 +34,7 @@ EXTRACT_USING= gtar USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES GCC_REQD+= 2.95 -TEX_ACCEPTED= teTeX2 teTeX3 +TEX_ACCEPTED= teTeX3 MAKE_ENV+= PKG_LOCALTEXMFPREFIX=${PKG_LOCALTEXMFPREFIX} CONFIGURE_ARGS+= --with-pspell-lib=${BUILDLINK_PREFIX.aspell}/lib \ diff --git a/emulators/mmix/Makefile b/emulators/mmix/Makefile index 1c8151fee92..f359e524251 100644 --- a/emulators/mmix/Makefile +++ b/emulators/mmix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/05/13 03:44:23 minskim Exp $ +# $NetBSD: Makefile,v 1.24 2006/08/10 03:21:40 minskim Exp $ DISTNAME= mmix-20030622 PKGREVISION= 3 @@ -10,7 +10,7 @@ HOMEPAGE= http://www-cs-faculty.stanford.edu/~knuth/mmix.html COMMENT= Simulators for Knuth's MMIX RISC architecture TEX_DEPMETHOD= build -TEX_ACCEPTED= teTeX2 teTeX3 +TEX_ACCEPTED= teTeX3 WRKSRC= ${WRKDIR} BUILD_TARGET= all doc diff --git a/math/pari/Makefile b/math/pari/Makefile index 36379a3e563..7a258882b35 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2006/05/13 03:44:23 minskim Exp $ +# $NetBSD: Makefile,v 1.36 2006/08/10 03:21:39 minskim Exp $ DISTNAME= pari-2.1.6 PKGREVISION= 1 @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pari.math.u-bordeaux.fr/ COMMENT= Software package for computer-aided number theory -TEX_ACCEPTED= teTeX2 teTeX3 +TEX_ACCEPTED= teTeX3 TEX_DEPMETHOD= build USE_GNU_READLINE= yes # rl_save_prompt() diff --git a/print/advi/Makefile b/print/advi/Makefile index a20ba31bf70..6ec58e1a587 100644 --- a/print/advi/Makefile +++ b/print/advi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/06/18 00:30:10 rillig Exp $ +# $NetBSD: Makefile,v 1.25 2006/08/10 03:21:40 minskim Exp $ DISTNAME= advi-1.6.0 PKGREVISION= 4 @@ -12,7 +12,7 @@ COMMENT= Active-DVI Presenter BUILD_DEPENDS+= ocaml>=3.04:../../lang/ocaml -TEX_ACCEPTED= teTeX2 teTeX3 +TEX_ACCEPTED= teTeX3 USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake gs:run diff --git a/print/bibtool/Makefile b/print/bibtool/Makefile index 42b3d276cda..1f0c97bca94 100644 --- a/print/bibtool/Makefile +++ b/print/bibtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/05/13 03:44:24 minskim Exp $ +# $NetBSD: Makefile,v 1.3 2006/08/10 03:21:40 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= teTeX2 teTeX3 +TEX_ACCEPTED= teTeX3 TEX_DEPMETHOD= build .include "../../mk/tex.buildlink3.mk" diff --git a/print/cjk-lyx/Makefile b/print/cjk-lyx/Makefile index 12a788d1951..80ecc2db9c1 100644 --- a/print/cjk-lyx/Makefile +++ b/print/cjk-lyx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/05/13 03:44:24 minskim Exp $ +# $NetBSD: Makefile,v 1.22 2006/08/10 03:21:40 minskim Exp $ DISTNAME= lyx-${LYX_VERS} PKGNAME= cjk-${DISTNAME} @@ -22,7 +22,7 @@ CONFLICTS= lyx-[0-9]* DEPENDS+= ispell-base-[0-9]*:../../textproc/ispell-base -TEX_ACCEPTED= teTeX2 teTeX3 +TEX_ACCEPTED= teTeX3 USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes USE_TOOLS+= perl:run diff --git a/print/html2ps/Makefile b/print/html2ps/Makefile index 2884f3166a5..2a14cc75c7c 100644 --- a/print/html2ps/Makefile +++ b/print/html2ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/05/13 03:44:24 minskim Exp $ +# $NetBSD: Makefile,v 1.24 2006/08/10 03:21:40 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= teTeX2 teTeX3 +TEX_ACCEPTED= teTeX3 NO_CONFIGURE= yes NO_BUILD= yes diff --git a/print/lgrind/Makefile b/print/lgrind/Makefile index 1dd1e7eca8b..083d0bcbca0 100644 --- a/print/lgrind/Makefile +++ b/print/lgrind/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2006/05/13 03:44:24 minskim Exp $ +# $NetBSD: Makefile,v 1.29 2006/08/10 03:21:40 minskim Exp $ DISTNAME= lgrind PKGNAME= lgrind-3.5 @@ -14,7 +14,7 @@ WRKSRC= ${WRKDIR}/lgrind/source NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL NO_CONFIGURE= yes USE_DIRS+= texmf-1.0 -TEX_ACCEPTED= teTeX2 teTeX3 +TEX_ACCEPTED= teTeX3 .include "../../mk/x11.buildlink3.mk" .include "../../print/teTeX/module.mk" diff --git a/print/magicfilter/Makefile b/print/magicfilter/Makefile index ef65f92040a..e61cfd77bc8 100644 --- a/print/magicfilter/Makefile +++ b/print/magicfilter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2006/05/13 03:44:24 minskim Exp $ +# $NetBSD: Makefile,v 1.49 2006/08/10 03:21:40 minskim Exp $ DISTNAME= magicfilter-1.2 PKGREVISION= 5 @@ -18,7 +18,7 @@ USE_TOOLS+= gmake gs:run gzip GNU_CONFIGURE= yes CONFIGURE_ENV+= GHOSTSCRIPT=${TOOLS_PATH.gs} CONFIGURE_ENV+= GZIP=${TOOLS_GZIP_CMD:Q} -TEX_ACCEPTED= teTeX2 teTeX3 +TEX_ACCEPTED= teTeX3 PLIST_SRC= ${WRKDIR}/PLIST diff --git a/print/tex-musixtex/Makefile b/print/tex-musixtex/Makefile index f335550a48d..c008a744b41 100644 --- a/print/tex-musixtex/Makefile +++ b/print/tex-musixtex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/04/07 15:57:37 minskim Exp $ +# $NetBSD: Makefile,v 1.18 2006/08/10 03:21:40 minskim Exp $ # DISTNAME= musixtex-112 @@ -12,7 +12,7 @@ MAINTAINER= dgriffi@cs.csubak.edu HOMEPAGE= http://icking-music-archive.sunsite.dk/ COMMENT= TeX macros to typeset music -TEX_ACCEPTED= teTeX2 teTeX3 +TEX_ACCEPTED= teTeX3 WRKSRC= ${WRKDIR}/musixtex-T112 NO_CONFIGURE= yes diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index 576cf3ee252..16b2417054e 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2006/05/13 03:44:24 minskim Exp $ +# $NetBSD: Makefile,v 1.32 2006/08/10 03:21:40 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= teTeX2 teTeX3 +TEX_ACCEPTED= 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 4a72de1606a..c120d04c0d1 100644 --- a/textproc/rubber/Makefile +++ b/textproc/rubber/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/06/01 09:09:52 tonio Exp $ +# $NetBSD: Makefile,v 1.18 2006/08/10 03:21:40 minskim Exp $ # DISTNAME= rubber-1.1 @@ -16,7 +16,7 @@ HAS_CONFIGURE= yes INFO_FILES= # PLIST TEXINFO_REQD= 4.6 PYTHON_VERSIONS_ACCEPTED= 24 23 -TEX_ACCEPTED= teTeX2 teTeX3 +TEX_ACCEPTED= teTeX3 CONFIGURE_ARGS+= --python=${PYTHONBIN:Q} CONFIGURE_ARGS+= --prefix=${PREFIX:Q} diff --git a/textproc/tex-xmltex/Makefile b/textproc/tex-xmltex/Makefile index 4cba7f7b45f..7d22cce90de 100644 --- a/textproc/tex-xmltex/Makefile +++ b/textproc/tex-xmltex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/04/07 02:09:57 minskim Exp $ +# $NetBSD: Makefile,v 1.7 2006/08/10 03:21:40 minskim Exp $ DISTNAME= base PKGNAME= tex-xmltex-1.9 @@ -15,7 +15,7 @@ COMMENT= Non-validating XML parser implemented in TeX DIST_SUBDIR= ${PKGNAME_NOREV} NO_CONFIGURE= yes USE_DIRS+= texmf-1.0 -TEX_ACCEPTED= teTeX2 teTeX3 +TEX_ACCEPTED= teTeX3 .include "../../print/teTeX/module.mk" diff --git a/www/p5-SVN-Web/Makefile b/www/p5-SVN-Web/Makefile index 8d5bf2fd65c..43dcbee7dfe 100644 --- a/www/p5-SVN-Web/Makefile +++ b/www/p5-SVN-Web/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/05/13 03:44:24 minskim Exp $ +# $NetBSD: Makefile,v 1.20 2006/08/10 03:21:40 minskim Exp $ DISTNAME= SVN-Web-0.41 PKGNAME= p5-${DISTNAME} @@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/N/NI/NIKC/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Unstable snapshot of Subversion repository browser -TEX_ACCEPTED= teTeX2 teTeX3 +TEX_ACCEPTED= teTeX3 DEPENDS+= p5-Apache-DBI>=0.87:../../databases/p5-Apache-DBI DEPENDS+= p5-Date-Calc>=4.3:../../devel/p5-Date-Calc diff --git a/www/p5-Template-Extract/Makefile b/www/p5-Template-Extract/Makefile index 8bdf789cc20..c05807edd49 100644 --- a/www/p5-Template-Extract/Makefile +++ b/www/p5-Template-Extract/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/05/13 03:44:24 minskim Exp $ +# $NetBSD: Makefile,v 1.15 2006/08/10 03:21:40 minskim Exp $ DISTNAME= Template-Extract-0.25 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/~autrijus/Template-Extract/ COMMENT= Perl5 module for extracting data structure from TT2-rendered documents -TEX_ACCEPTED= teTeX2 teTeX3 +TEX_ACCEPTED= teTeX3 DEPENDS+= p5-Template-Toolkit>=2.0:../../www/p5-Template-Toolkit diff --git a/www/p5-Template-Generate/Makefile b/www/p5-Template-Generate/Makefile index 641aa7b72a8..c241ba46218 100644 --- a/www/p5-Template-Generate/Makefile +++ b/www/p5-Template-Generate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/05/13 03:44:24 minskim Exp $ +# $NetBSD: Makefile,v 1.15 2006/08/10 03:21:40 minskim Exp $ DISTNAME= Template-Generate-0.04 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/~autrijus/Template-Generate/ COMMENT= Perl5 module for generating TT2 templates from TT2-rendered documents -TEX_ACCEPTED= teTeX2 teTeX3 +TEX_ACCEPTED= teTeX3 DEPENDS+= p5-Template-Toolkit>=2.0:../../www/p5-Template-Toolkit -- cgit v1.2.3