summaryrefslogtreecommitdiff
path: root/cross/avrdude
diff options
context:
space:
mode:
authortonio <tonio>2005-11-08 17:59:05 +0000
committertonio <tonio>2005-11-08 17:59:05 +0000
commit881c9431990a46b12f4543db585e8f7e223bd37d (patch)
treec0948293953d27202a763393725baa53ad5d6ea3 /cross/avrdude
parent72a15a5f529a66905314483f06b616e48e75dc0a (diff)
downloadpkgsrc-881c9431990a46b12f4543db585e8f7e223bd37d.tar.gz
convert to use tex.buildlink3.mk.
use BUILD_DEPMETHOD=build
Diffstat (limited to 'cross/avrdude')
-rw-r--r--cross/avrdude/Makefile6
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"