diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
commit | 8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch) | |
tree | 1e9812bc2638933184cae2b226809eb69253bb9f /devel/avr-binutils | |
parent | be8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff) | |
download | ports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.tar.gz ports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.zip |
Notes
Diffstat (limited to 'devel/avr-binutils')
-rw-r--r-- | devel/avr-binutils/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/avr-binutils/Makefile b/devel/avr-binutils/Makefile index d776071b2ef8..5cae518c4fee 100644 --- a/devel/avr-binutils/Makefile +++ b/devel/avr-binutils/Makefile @@ -16,12 +16,11 @@ PKGNAMEPREFIX= avr- MAINTAINER= joerg@freebsd.org COMMENT= GNU binutils for Atmel AVR 8-bit RISC cross-development -BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext - WRKSRC= ${WRKDIR}/binutils-${PORTVERSION} USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build CONFIGURE_ARGS= --target=avr GNU_CONFIGURE= yes CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ |