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 /textproc/latex2html | |
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 'textproc/latex2html')
-rw-r--r-- | textproc/latex2html/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index 14d26a90922..6de957df7d5 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/11/08 20:02:52 tonio Exp $ +# $NetBSD: Makefile,v 1.21 2005/11/11 18:50:25 tonio 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 -LATEX_ACCEPTED= teTeX1 teTeX2 teTeX3 +TEX_ACCEPTED= teTeX1 teTeX2 teTeX3 USE_TOOLS+= perl:run GNU_CONFIGURE= yes |