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 | 071c9ea3b77ea13bd598f3cabd7edcdb247835f4 (patch) | |
tree | 807bc0291e68671e507589dbc87fce823b917be5 /cross | |
parent | 4c2e919b165029eb0801d31f2c39d1246729ab56 (diff) | |
download | pkgsrc-071c9ea3b77ea13bd598f3cabd7edcdb247835f4.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" |