diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/avr-binutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/avr-binutils/Makefile b/devel/avr-binutils/Makefile index 3adb18c30a74..5632713514f9 100644 --- a/devel/avr-binutils/Makefile +++ b/devel/avr-binutils/Makefile @@ -7,7 +7,7 @@ PORTNAME= binutils PORTVERSION= 2.20 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= binutils/releases @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/binutils-${PORTVERSION} USE_BZIP2= yes USE_GMAKE= yes -USE_GETTEXT= build +USE_GETTEXT= yes CONFIGURE_ARGS= --target=avr GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib |