diff options
-rw-r--r-- | devel/avr-gcc-3/Makefile | 4 | ||||
-rw-r--r-- | devel/avr-gcc/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/avr-gcc-3/Makefile b/devel/avr-gcc-3/Makefile index 118d986e89f3..29656d92a37c 100644 --- a/devel/avr-gcc-3/Makefile +++ b/devel/avr-gcc-3/Makefile @@ -20,7 +20,8 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= joerg@freebsd.org BUILD_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \ - avr-ld:${PORTSDIR}/devel/avr-binutils + avr-ld:${PORTSDIR}/devel/avr-binutils \ + autoheader:${PORTSDIR}/devel/autoconf RUN_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \ avr-ld:${PORTSDIR}/devel/avr-binutils @@ -30,7 +31,6 @@ 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 118d986e89f3..29656d92a37c 100644 --- a/devel/avr-gcc/Makefile +++ b/devel/avr-gcc/Makefile @@ -20,7 +20,8 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= joerg@freebsd.org BUILD_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \ - avr-ld:${PORTSDIR}/devel/avr-binutils + avr-ld:${PORTSDIR}/devel/avr-binutils \ + autoheader:${PORTSDIR}/devel/autoconf RUN_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \ avr-ld:${PORTSDIR}/devel/avr-binutils @@ -30,7 +31,6 @@ 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 |