summaryrefslogtreecommitdiff
path: root/cross/avrdude/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cross/avrdude/Makefile')
-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"