summaryrefslogtreecommitdiff
path: root/cross/avr-binutils
diff options
context:
space:
mode:
authorsbd <sbd>2011-11-26 04:39:19 +0000
committersbd <sbd>2011-11-26 04:39:19 +0000
commit0f245f0267594c3226c190831020614a2e09c78e (patch)
tree807bc0291e68671e507589dbc87fce823b917be5 /cross/avr-binutils
parent65bf130a1ebf2d519a9af62ed952ab484ac0f664 (diff)
downloadpkgsrc-0f245f0267594c3226c190831020614a2e09c78e.tar.gz
Add missing devel/zlib buildlink.
Bump PKGREVISION
Diffstat (limited to 'cross/avr-binutils')
-rw-r--r--cross/avr-binutils/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/cross/avr-binutils/Makefile b/cross/avr-binutils/Makefile
index 95159550cfc..9746cdc5c96 100644
--- a/cross/avr-binutils/Makefile
+++ b/cross/avr-binutils/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2010/06/20 16:23:56 tron Exp $
+# $NetBSD: Makefile,v 1.17 2011/11/26 04:39:31 sbd Exp $
DISTNAME= binutils-2.19.1
PKGNAME= avr-binutils-2.19.1
+PKGREVISION= 1
CATEGORIES= cross
MASTER_SITES= ${MASTER_SITE_GNU:=binutils/}
@@ -27,4 +28,5 @@ post-configure:
${TOUCH} $${f}; \
done
+.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"