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 /cad | |
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 'cad')
-rw-r--r-- | cad/fastcap/Makefile | 6 | ||||
-rw-r--r-- | cad/tnt-mmtl/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/cad/fastcap/Makefile b/cad/fastcap/Makefile index f73c44c3be8..952bd8a0ac1 100644 --- a/cad/fastcap/Makefile +++ b/cad/fastcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2005/11/08 17:49:19 tonio Exp $ +# $NetBSD: Makefile,v 1.26 2005/11/11 18:50:24 tonio Exp $ # DISTNAME= fastcap-2.0-18Sep92 @@ -17,8 +17,8 @@ WRKSRC= ${WRKDIR} HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./config CONFIGURE_ARGS= 4 -LATEX_DEPMETHOD= build -LATEX_ACCEPTED= teTeX1 teTeX2 teTeX3 +TEX_DEPMETHOD= build +TEX_ACCEPTED= teTeX1 teTeX2 teTeX3 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" GCC_REQD+= 2.95.3 diff --git a/cad/tnt-mmtl/Makefile b/cad/tnt-mmtl/Makefile index 8670354c325..03617d51143 100644 --- a/cad/tnt-mmtl/Makefile +++ b/cad/tnt-mmtl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/11/08 17:50:41 tonio Exp $ +# $NetBSD: Makefile,v 1.7 2005/11/11 18:50:24 tonio Exp $ # DISTNAME= tnt-1.2.2 @@ -18,8 +18,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= YES USE_TOOLS+= gmake USE_LANGUAGES= c c++ fortran -LATEX_DEPMOD= build -LATEX_ACCEPTED= teTeX1 teTeX2 teTeX3 +TEX_DEPMOD= build +TEX_ACCEPTED= teTeX1 teTeX2 teTeX3 post-patch: ${MV} ${WRKSRC}/tnt ${WRKSRC}/tnt-mmtl |