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 /cad/fastcap | |
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 'cad/fastcap')
-rw-r--r-- | cad/fastcap/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |