diff options
author | sbd <sbd@pkgsrc.org> | 2011-11-26 04:39:19 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2011-11-26 04:39:19 +0000 |
commit | 6d9d5d1493848b35c8484b65f6536f67523ebfda (patch) | |
tree | 807bc0291e68671e507589dbc87fce823b917be5 /cross | |
parent | 624c3e06f516d5e461b7dfaafc598b3c7debd450 (diff) | |
download | pkgsrc-6d9d5d1493848b35c8484b65f6536f67523ebfda.tar.gz |
Add missing devel/zlib buildlink.
Bump PKGREVISION
Diffstat (limited to 'cross')
-rw-r--r-- | cross/avr-binutils/Makefile | 4 |
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" |