From c27f4ed5e11b4c35ae0566ee5b6390dba302b6b1 Mon Sep 17 00:00:00 2001 From: tonio Date: Fri, 11 Nov 2005 18:50:23 +0000 Subject: 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 --- converters/bibtex2html/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'converters') diff --git a/converters/bibtex2html/Makefile b/converters/bibtex2html/Makefile index 5dc1e148f65..123699a656a 100644 --- a/converters/bibtex2html/Makefile +++ b/converters/bibtex2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/11/08 17:57:25 tonio Exp $ +# $NetBSD: Makefile,v 1.14 2005/11/11 18:50:24 tonio Exp $ DISTNAME= bibtex2html-1.76 CATEGORIES= converters @@ -12,7 +12,7 @@ BUILD_DEPENDS+= hevea-[0-9]*:../../textproc/hevea GNU_CONFIGURE= yes USE_TOOLS+= perl:run -LATEX_ACCEPTED= teTeX1 teTeX2 teTeX3 +TEX_ACCEPTED= teTeX1 teTeX2 teTeX3 SUBST_CLASSES+= paths SUBST_MESSAGE.paths= "Fixing hardcoded paths." -- cgit v1.2.3