diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-02 13:20:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-02 13:20:39 +0000 |
commit | 2cc54fee7117cc40ccb45dde4a675af807c9fc8e (patch) | |
tree | 51ecab0524de8e1b00e2d896afeee4fd1cce7773 /cross/avrdude/Makefile | |
parent | 266452502723ed9b8aff76a21e9507c414574e23 (diff) | |
download | pkgsrc-2cc54fee7117cc40ccb45dde4a675af807c9fc8e.tar.gz |
Fix html manual generation with texi2html,
and depend on latest version, since it causes PLIST changes. Adapt PLIST.
Bump PKGREVISION.
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 |