diff options
Diffstat (limited to 'cross/avrdude/Makefile')
-rw-r--r-- | cross/avrdude/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/cross/avrdude/Makefile b/cross/avrdude/Makefile index 9e7dfcb3504..569dad81fb8 100644 --- a/cross/avrdude/Makefile +++ b/cross/avrdude/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2004/10/18 04:15:14 rumble Exp $ -# FreeBSD Id: ports/devel/avrdude/Makefile,v 1.4 2003/04/19 14:13:25 bsd Exp +# $NetBSD: Makefile,v 1.7 2005/03/02 13:20:39 wiz Exp $ DISTNAME= avrdude-4.1.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= cross MASTER_SITES= http://savannah.nongnu.org/download/avrdude/stable.pkg/4.1.0/ @@ -13,10 +12,12 @@ COMMENT= Downloader/uploader for Atmel AVR 8-bit RISC microcontrollers USE_BUILDLINK3= YES USE_GNU_READLINE= YES -BUILD_DEPENDS= teTeX>=1.0:../../print/teTeX +BUILD_DEPENDS+= teTeX>=1.0:../../print/teTeX +BUILD_DEPENDS+= texi2html>=1.76:../../textproc/texi2html GNU_CONFIGURE= yes INFO_FILES= avrdude.info +USE_MAKEINFO= yes CONFIGURE_ARGS= --disable-versioned-doc |