summaryrefslogtreecommitdiff
path: root/cross/avrdude
diff options
context:
space:
mode:
authorrumble <rumble>2004-10-18 04:15:14 +0000
committerrumble <rumble>2004-10-18 04:15:14 +0000
commit4fdfa128493cade9caece8284b7faaca62d9e4c3 (patch)
tree1bd32a62ec317db29433f3c1b36093f225f86289 /cross/avrdude
parent8e77eed0a71dbe6b1c914b91cbbc912a20b2218e (diff)
downloadpkgsrc-4fdfa128493cade9caece8284b7faaca62d9e4c3.tar.gz
Add readline prerequisite.
Diffstat (limited to 'cross/avrdude')
-rw-r--r--cross/avrdude/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/cross/avrdude/Makefile b/cross/avrdude/Makefile
index e7450de2474..9e7dfcb3504 100644
--- a/cross/avrdude/Makefile
+++ b/cross/avrdude/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/03/26 02:27:36 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2004/10/18 04:15:14 rumble Exp $
# FreeBSD Id: ports/devel/avrdude/Makefile,v 1.4 2003/04/19 14:13:25 bsd Exp
DISTNAME= avrdude-4.1.0
@@ -10,6 +10,9 @@ MAINTAINER= karlj@mdstud.chalmers.se
HOMEPAGE= http://www.bsdhome.com/avrdude/
COMMENT= Downloader/uploader for Atmel AVR 8-bit RISC microcontrollers
+USE_BUILDLINK3= YES
+USE_GNU_READLINE= YES
+
BUILD_DEPENDS= teTeX>=1.0:../../print/teTeX
GNU_CONFIGURE= yes
@@ -17,4 +20,5 @@ INFO_FILES= avrdude.info
CONFIGURE_ARGS= --disable-versioned-doc
+.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"