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 /cross | |
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 'cross')
-rw-r--r-- | cross/avrdude/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cross/avrdude/Makefile b/cross/avrdude/Makefile index 3b0bb0afaff..f1c97eb55f8 100644 --- a/cross/avrdude/Makefile +++ b/cross/avrdude/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/11/08 17:59:05 tonio Exp $ +# $NetBSD: Makefile,v 1.10 2005/11/11 18:50:24 tonio Exp $ DISTNAME= avrdude-4.1.0 PKGREVISION= 2 @@ -10,8 +10,8 @@ HOMEPAGE= http://www.bsdhome.com/avrdude/ COMMENT= Downloader/uploader for Atmel AVR 8-bit RISC microcontrollers USE_GNU_READLINE= YES -LATEX_DEPMETHOD= build -LATEX_ACCEPTED= teTeX1 teTeX2 teTeX3 +TEX_DEPMETHOD= build +TEX_ACCEPTED= teTeX1 teTeX2 teTeX3 BUILD_DEPENDS+= texi2html>=1.76:../../textproc/texi2html |