diff options
author | tonio <tonio@pkgsrc.org> | 2005-11-11 18:50:23 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-11-11 18:50:23 +0000 |
commit | c27f4ed5e11b4c35ae0566ee5b6390dba302b6b1 (patch) | |
tree | 8b52523e03e817211f2be2b9e50fe815756c7343 /www | |
parent | c01ba26746bc064586bc39f5f0d1ac96f3bd5fbb (diff) | |
download | pkgsrc-c27f4ed5e11b4c35ae0566ee5b6390dba302b6b1.tar.gz |
Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULT
It is more consistent with the tex.buildlink3.mk name. Also, if a package
really needs latex, it just has to set TEX_ACCEPTED to latex distributions
altough today, all TEX_ACCEPTED possibilities are latex distributions
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-SVN-Web/Makefile | 4 | ||||
-rw-r--r-- | www/p5-Template-Extract/Makefile | 4 | ||||
-rw-r--r-- | www/p5-Template-Generate/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-SVN-Web/Makefile b/www/p5-SVN-Web/Makefile index 3601f0476c8..a1461aa2705 100644 --- a/www/p5-SVN-Web/Makefile +++ b/www/p5-SVN-Web/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/11/08 20:06:43 tonio Exp $ +# $NetBSD: Makefile,v 1.14 2005/11/11 18:50:25 tonio Exp $ DISTNAME= SVN-Web-0.35 PKGNAME= p5-${DISTNAME} @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=OurNet/CLKAO/} MAINTAINER= tech-pkg@NetBSD.org COMMENT= Unstable snapshot of Subversion repository browser -LATEX_ACCEPTED= teTeX1 teTeX2 teTeX3 +TEX_ACCEPTED= teTeX1 teTeX2 teTeX3 DEPENDS+= p5-subversion>=0.32.1:../../devel/p5-subversion DEPENDS+= p5-Template-Toolkit>=2.10:../../www/p5-Template-Toolkit diff --git a/www/p5-Template-Extract/Makefile b/www/p5-Template-Extract/Makefile index fbedc9360f6..d4db793a69d 100644 --- a/www/p5-Template-Extract/Makefile +++ b/www/p5-Template-Extract/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/11/08 20:06:43 tonio Exp $ +# $NetBSD: Makefile,v 1.10 2005/11/11 18:50:25 tonio Exp $ DISTNAME= Template-Extract-0.25 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://search.cpan.org/~autrijus/Template-Extract/ COMMENT= Perl5 module for extracting data structure from TT2-rendered documents -LATEX_ACCEPTED= teTeX1 teTeX2 teTeX3 +TEX_ACCEPTED= teTeX1 teTeX2 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 01fd85c8b29..d29fc767eb2 100644 --- a/www/p5-Template-Generate/Makefile +++ b/www/p5-Template-Generate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/11/08 20:06:43 tonio Exp $ +# $NetBSD: Makefile,v 1.10 2005/11/11 18:50:25 tonio Exp $ DISTNAME= Template-Generate-0.04 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://search.cpan.org/~autrijus/Template-Generate/ COMMENT= Perl5 module for generating TT2 templates from TT2-rendered documents -LATEX_ACCEPTED= teTeX1 teTeX2 teTeX3 +TEX_ACCEPTED= teTeX1 teTeX2 teTeX3 DEPENDS+= p5-Template-Toolkit>=2.0:../../www/p5-Template-Toolkit |