summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cross/avrdude/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/cross/avrdude/Makefile b/cross/avrdude/Makefile
index a7a9a855d46..88519c7b4f1 100644
--- a/cross/avrdude/Makefile
+++ b/cross/avrdude/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2008/06/12 02:14:17 joerg Exp $
+# $NetBSD: Makefile,v 1.23 2009/02/25 17:20:27 minskim Exp $
DISTNAME= avrdude-5.2
PKGREVISION= 1
@@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.bsdhome.com/avrdude/
COMMENT= Downloader/uploader for Atmel AVR 8-bit RISC microcontrollers
+BUILD_DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk
+
PKG_DESTDIR_SUPPORT= user-destdir
USE_GNU_READLINE= yes