diff options
author | tonio <tonio@pkgsrc.org> | 2005-11-08 17:59:05 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-11-08 17:59:05 +0000 |
commit | 8c19dc95f1f3d48905eabb58f7eb1134c9580dce (patch) | |
tree | c0948293953d27202a763393725baa53ad5d6ea3 /cross | |
parent | 9f6307f78c5b2f02012b10622c3337b9440edcff (diff) | |
download | pkgsrc-8c19dc95f1f3d48905eabb58f7eb1134c9580dce.tar.gz |
convert to use tex.buildlink3.mk.
use BUILD_DEPMETHOD=build
Diffstat (limited to 'cross')
-rw-r--r-- | cross/avrdude/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cross/avrdude/Makefile b/cross/avrdude/Makefile index 915acefb9ac..3b0bb0afaff 100644 --- a/cross/avrdude/Makefile +++ b/cross/avrdude/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/04/11 21:45:10 tv Exp $ +# $NetBSD: Makefile,v 1.9 2005/11/08 17:59:05 tonio Exp $ DISTNAME= avrdude-4.1.0 PKGREVISION= 2 @@ -10,8 +10,9 @@ 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 -BUILD_DEPENDS+= teTeX>=1.0:../../print/teTeX BUILD_DEPENDS+= texi2html>=1.76:../../textproc/texi2html GNU_CONFIGURE= yes @@ -21,4 +22,5 @@ USE_MAKEINFO= yes CONFIGURE_ARGS= --disable-versioned-doc .include "../../devel/readline/buildlink3.mk" +.include "../../mk/tex.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |