summaryrefslogtreecommitdiff
path: root/cross/avrdude/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cross/avrdude/Makefile')
-rw-r--r--cross/avrdude/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/cross/avrdude/Makefile b/cross/avrdude/Makefile
index 4d6640d6e28..2925a37a460 100644
--- a/cross/avrdude/Makefile
+++ b/cross/avrdude/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/07/22 18:09:15 wennmach Exp $
+# $NetBSD: Makefile,v 1.3 2003/08/07 14:00:35 seb Exp $
# FreeBSD Id: ports/devel/avrdude/Makefile,v 1.4 2003/04/19 14:13:25 bsd Exp
DISTNAME= avrdude-4.1.0
@@ -11,7 +11,10 @@ COMMENT= Downloader/uploader for Atmel AVR 8-bit RISC microcontrollers
BUILD_DEPENDS= teTeX>=1.0:../../print/teTeX
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${PREFIX} --disable-versioned-doc
+GNU_CONFIGURE= yes
+USE_NEW_TEXINFO= YES
+INFO_FILES= avrdude.info
+
+CONFIGURE_ARGS= --disable-versioned-doc
.include "../../mk/bsd.pkg.mk"