diff options
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" \ |