diff options
Diffstat (limited to 'devel/avr-binutils/Makefile')
-rw-r--r-- | devel/avr-binutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/avr-binutils/Makefile b/devel/avr-binutils/Makefile index 74e1b1c360d2..f18a5de3c57a 100644 --- a/devel/avr-binutils/Makefile +++ b/devel/avr-binutils/Makefile @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/binutils-${PORTVERSION} USE_BZIP2= yes USE_GMAKE= yes CONFIGURE_ARGS= --target=avr -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 LIBTOOLFILES= configure bfd/configure binutils/configure etc/configure \ gas/configure gprof/configure intl/configure ld/configure \ libiberty/configure opcodes/configure |