pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cross/avrdude Enable USB programmers (such as AVRISP m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7fdd1b6c561
branches:  trunk
changeset: 569818:f7fdd1b6c561
user:      jakllsch <jakllsch%pkgsrc.org@localhost>
date:      Wed Jan 20 03:31:58 2010 +0000

description:
Enable USB programmers (such as AVRISP mkII)  by adding libusb dependency.
Thereby hitherto forth yonder the revision is bumped.

diffstat:

 cross/avrdude/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 6f69deb2cb20 -r f7fdd1b6c561 cross/avrdude/Makefile
--- a/cross/avrdude/Makefile    Wed Jan 20 03:21:20 2010 +0000
+++ b/cross/avrdude/Makefile    Wed Jan 20 03:31:58 2010 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2010/01/04 16:30:36 joerg Exp $
+# $NetBSD: Makefile,v 1.27 2010/01/20 03:31:58 jakllsch Exp $
 
 DISTNAME=              avrdude-5.8
+PKGREVISION=           1
 CATEGORIES=            cross
 MASTER_SITES=          http://download.savannah.gnu.org/releases/avrdude/
 
@@ -42,6 +43,7 @@
 BUILD_DEPENDS+=                gtexinfo-[0-9]*:../../devel/gtexinfo
 .endif
 
+.include "../../devel/libusb/buildlink3.mk"
 .include "../../devel/readline/buildlink3.mk"
 .include "../../mk/tex.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index