diff options
Diffstat (limited to 'cross')
-rw-r--r-- | cross/avrdude/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/avrdude/Makefile b/cross/avrdude/Makefile index aa485de025a..97e285c2837 100644 --- a/cross/avrdude/Makefile +++ b/cross/avrdude/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2009/08/27 15:34:48 hasso Exp $ +# $NetBSD: Makefile,v 1.26 2010/01/04 16:30:36 joerg Exp $ DISTNAME= avrdude-5.8 CATEGORIES= cross @@ -11,6 +11,7 @@ COMMENT= Downloader/uploader for Atmel AVR 8-bit RISC microcontrollers BUILD_DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no USE_GNU_READLINE= yes TEX_DEPMETHOD= build |