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 | f5bb4f147ddadb51c2f33ddc7ae4973f0ca8e93a (patch) | |
tree | 8b52523e03e817211f2be2b9e50fe815756c7343 /print/cjk-lyx | |
parent | d8ee2c16d32e1a9f0890b91ca0151aad48faab4c (diff) | |
download | pkgsrc-f5bb4f147ddadb51c2f33ddc7ae4973f0ca8e93a.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 'print/cjk-lyx')
-rw-r--r-- | print/cjk-lyx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/cjk-lyx/Makefile b/print/cjk-lyx/Makefile index 808b721e2e6..6658ebd73bd 100644 --- a/print/cjk-lyx/Makefile +++ b/print/cjk-lyx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/11/08 20:33:50 tonio Exp $ +# $NetBSD: Makefile,v 1.18 2005/11/11 18:50:24 tonio Exp $ DISTNAME= lyx-${LYX_VERS} PKGNAME= cjk-${DISTNAME} @@ -22,7 +22,7 @@ CONFLICTS= lyx-[0-9]* DEPENDS+= ispell-base-[0-9]*:../../textproc/ispell-base -LATEX_ACCEPTED= teTeX1 teTeX2 teTeX3 +TEX_ACCEPTED= teTeX1 teTeX2 teTeX3 USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes USE_TOOLS+= perl:run |