diff options
author | minskim <minskim> | 2006-05-13 03:44:23 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-05-13 03:44:23 +0000 |
commit | ce8253eb185afe7af05efa6b30ab611bd8ea7570 (patch) | |
tree | 2c18ca092663df72077c1e313c65a4dcdcd9c1ee /cross | |
parent | 46bd498aada7dbe7d570f3edbfc6760c6a03f458 (diff) | |
download | pkgsrc-ce8253eb185afe7af05efa6b30ab611bd8ea7570.tar.gz |
Remove references to teTeX1.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/avrdude/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/avrdude/Makefile b/cross/avrdude/Makefile index 489ad744122..ca9b89be1e0 100644 --- a/cross/avrdude/Makefile +++ b/cross/avrdude/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/03/22 18:41:09 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2006/05/13 03:44:23 minskim Exp $ DISTNAME= avrdude-4.1.0 PKGREVISION= 3 @@ -11,7 +11,7 @@ COMMENT= Downloader/uploader for Atmel AVR 8-bit RISC microcontrollers USE_GNU_READLINE= YES TEX_DEPMETHOD= build -TEX_ACCEPTED= teTeX1 teTeX2 teTeX3 +TEX_ACCEPTED= teTeX2 teTeX3 GNU_CONFIGURE= yes USE_TOOLS+= makeinfo texi2html |