diff options
author | seb <seb> | 2003-08-09 10:27:40 +0000 |
---|---|---|
committer | seb <seb> | 2003-08-09 10:27:40 +0000 |
commit | cb5eb6eec4a028bcbd3bbb1426c6bf4d9dfd9330 (patch) | |
tree | 4445a37aeb56e09b695d2d32d03801a7413f842b /cross | |
parent | c52d819f3130b4cf9ad0d39528e93ef9a88c619f (diff) | |
download | pkgsrc-cb5eb6eec4a028bcbd3bbb1426c6bf4d9dfd9330.tar.gz |
USE_NEW_TEXINFO is unnecessary now.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/avr-binutils/Makefile | 3 | ||||
-rw-r--r-- | cross/avrdude/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/cross/avr-binutils/Makefile b/cross/avr-binutils/Makefile index 66bf5d74d0c..687406dd807 100644 --- a/cross/avr-binutils/Makefile +++ b/cross/avr-binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/08/07 13:41:34 seb Exp $ +# $NetBSD: Makefile,v 1.3 2003/08/09 10:36:58 seb Exp $ # FreeBSD Id: ports/devel/avr-binutils/Makefile,v 1.9 2003/03/07 06:00:08 ade Exp DISTNAME= binutils-2.13.2.1 @@ -15,7 +15,6 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes USE_MAKEINFO= YES -USE_NEW_TEXINFO= YES CONFIGURE_ARGS= --target=avr diff --git a/cross/avrdude/Makefile b/cross/avrdude/Makefile index 2925a37a460..f5674bc4a72 100644 --- a/cross/avrdude/Makefile +++ b/cross/avrdude/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/08/07 14:00:35 seb Exp $ +# $NetBSD: Makefile,v 1.4 2003/08/09 10:36:59 seb Exp $ # FreeBSD Id: ports/devel/avrdude/Makefile,v 1.4 2003/04/19 14:13:25 bsd Exp DISTNAME= avrdude-4.1.0 @@ -12,7 +12,6 @@ COMMENT= Downloader/uploader for Atmel AVR 8-bit RISC microcontrollers BUILD_DEPENDS= teTeX>=1.0:../../print/teTeX GNU_CONFIGURE= yes -USE_NEW_TEXINFO= YES INFO_FILES= avrdude.info CONFIGURE_ARGS= --disable-versioned-doc |