summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorjakllsch <jakllsch>2010-01-20 03:31:58 +0000
committerjakllsch <jakllsch>2010-01-20 03:31:58 +0000
commita285931cd011cc58e363f6301f0dd5ff0dec2c0c (patch)
tree84efaedc0cc8dafcc682e79346bd2c706d3eea94 /cross
parenta2431d9466ec511a18083160244ee296636e702f (diff)
downloadpkgsrc-a285931cd011cc58e363f6301f0dd5ff0dec2c0c.tar.gz
Enable USB programmers (such as AVRISP mkII) by adding libusb dependency.
Thereby hitherto forth yonder the revision is bumped.
Diffstat (limited to 'cross')
-rw-r--r--cross/avrdude/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/cross/avrdude/Makefile b/cross/avrdude/Makefile
index 97e285c2837..fccf9801f1f 100644
--- a/cross/avrdude/Makefile
+++ b/cross/avrdude/Makefile
@@ -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 @@ pre-configure:
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"