summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorrumble <rumble@pkgsrc.org>2004-10-18 04:15:14 +0000
committerrumble <rumble@pkgsrc.org>2004-10-18 04:15:14 +0000
commit73a045264a62b0b842f2023fc7bdc6e3d7876ffa (patch)
tree1bd32a62ec317db29433f3c1b36093f225f86289 /cross
parentc30227fdace32fe0169676b23b0bb912e7c50232 (diff)
downloadpkgsrc-73a045264a62b0b842f2023fc7bdc6e3d7876ffa.tar.gz
Add readline prerequisite.
Diffstat (limited to 'cross')
-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"