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/ja-vfxdvik | |
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/ja-vfxdvik')
-rw-r--r-- | print/ja-vfxdvik/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/ja-vfxdvik/Makefile b/print/ja-vfxdvik/Makefile index 2faabc67ee0..d7584080cde 100644 --- a/print/ja-vfxdvik/Makefile +++ b/print/ja-vfxdvik/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/11/08 23:03:10 tonio Exp $ +# $NetBSD: Makefile,v 1.17 2005/11/11 18:50:24 tonio Exp $ DISTNAME= xdvik-${XDVIK_ORIGINAL_VERS} PKGNAME= ja-vfxdvik-${XDVIK_ORIGINAL_VERS}.${XDVIK_JP_PATCH_VERS} @@ -19,10 +19,10 @@ XDVIK_JP_PATCH_VERS= j1.14 .if defined(USE_TEXFAMILY) DEPENDS+= TeXfamily>=1.2.1:../../print/texfamily -LATEX_ACCEPTED= teTeX1 +TEX_ACCEPTED= teTeX1 .else DEPENDS+= ja-ptex-bin>=3.1.2:../../print/ja-ptex-bin -LATEX_ACCEPTED= teTeX2 +TEX_ACCEPTED= teTeX2 .endif XDVI_DIR= ${WRKDIR}/${DISTNAME}/texk/xdvik |