diff options
-rw-r--r-- | devel/avr-gcc-3/Makefile | 1 | ||||
-rw-r--r-- | devel/avr-gcc/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/devel/avr-gcc-3/Makefile b/devel/avr-gcc-3/Makefile index 0141a8d741c2..118d986e89f3 100644 --- a/devel/avr-gcc-3/Makefile +++ b/devel/avr-gcc-3/Makefile @@ -30,6 +30,7 @@ WRKSRC= ${WRKDIR}/gcc-${PORTVERSION} # the original master site still uses .gz. #USE_BZIP2= yes USE_GMAKE= yes +USE_AUTOCONF= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --target=avr diff --git a/devel/avr-gcc/Makefile b/devel/avr-gcc/Makefile index 0141a8d741c2..118d986e89f3 100644 --- a/devel/avr-gcc/Makefile +++ b/devel/avr-gcc/Makefile @@ -30,6 +30,7 @@ WRKSRC= ${WRKDIR}/gcc-${PORTVERSION} # the original master site still uses .gz. #USE_BZIP2= yes USE_GMAKE= yes +USE_AUTOCONF= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --target=avr |