diff options
author | snj <snj@pkgsrc.org> | 2004-05-08 04:50:50 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-05-08 04:50:50 +0000 |
commit | 43d5e1643ccf1a2fa86acfb2a1688a208d1e3128 (patch) | |
tree | 1ffb8dcfa7a6b12826404fc0f9b49d9b9ec0954b /cross/avr-binutils | |
parent | c1af75dd93f945a15a63ebfbac3ed0874d646525 (diff) | |
download | pkgsrc-43d5e1643ccf1a2fa86acfb2a1688a208d1e3128.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'cross/avr-binutils')
-rw-r--r-- | cross/avr-binutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/avr-binutils/Makefile b/cross/avr-binutils/Makefile index 5ef1d252dfd..337698a7667 100644 --- a/cross/avr-binutils/Makefile +++ b/cross/avr-binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/01/22 07:54:07 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/05/08 04:50:50 snj Exp $ # FreeBSD Id: ports/devel/avr-binutils/Makefile,v 1.9 2003/03/07 06:00:08 ade Exp DISTNAME= binutils-2.13.2.1 @@ -11,7 +11,7 @@ MAINTAINER= karlj@mdstud.chalmers.se COMMENT= GNU binutils for Atmel AVR 8-bit RISC microcontrollers USE_BZIP2= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_GNU_TOOLS+= make GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes |