summaryrefslogtreecommitdiff
path: root/cross/avrdude
diff options
context:
space:
mode:
authorminskim <minskim>2009-02-25 17:20:27 +0000
committerminskim <minskim>2009-02-25 17:20:27 +0000
commit4a3453b0b4b64e993cc36b186c4a32fbc5d29ca9 (patch)
tree81a2c83b4781a9072f1514d0c205d303134a8425 /cross/avrdude
parent58cb1047af5d094adf741c53b7125ec3f906e6c0 (diff)
downloadpkgsrc-4a3453b0b4b64e993cc36b186c4a32fbc5d29ca9.tar.gz
Let avrdude depend on dvipsk because teTeX-bin no longer provides dvips.
Diffstat (limited to 'cross/avrdude')
-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