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 | 3ed03449a7b8a28512bd336eb10e00e7b34b0a0e (patch) | |
tree | 81a2c83b4781a9072f1514d0c205d303134a8425 /cross | |
parent | 20258158cf71eb5b6a6386611e28ad378faf6946 (diff) | |
download | pkgsrc-3ed03449a7b8a28512bd336eb10e00e7b34b0a0e.tar.gz |
Let avrdude depend on dvipsk because teTeX-bin no longer provides dvips.
Diffstat (limited to 'cross')
-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 |