diff options
author | minskim <minskim@pkgsrc.org> | 2009-02-25 17:20:27 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-02-25 17:20:27 +0000 |
commit | 0a59b346cd151911c93bd97d512e11e58c031e31 (patch) | |
tree | 81a2c83b4781a9072f1514d0c205d303134a8425 /cross/avrdude | |
parent | 58fa9e50d3f4b11a4295256737aed7b6ac77eeca (diff) | |
download | pkgsrc-0a59b346cd151911c93bd97d512e11e58c031e31.tar.gz |
Let avrdude depend on dvipsk because teTeX-bin no longer provides dvips.
Diffstat (limited to 'cross/avrdude')
-rw-r--r-- | cross/avrdude/Makefile | 4 |
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 |