diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2001-03-11 08:37:18 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2001-03-11 08:37:18 +0000 |
commit | dae360a007335d66d97a24dafbd289034e298973 (patch) | |
tree | 1fde8a43289b64055bff61fee4b6c212121db611 /devel | |
parent | Replace WITHOUT_QICO_MORDA option to WITH_QICO_MORDA (diff) |
Argl. USE_AUTOCONF wasn't quite what i actually intented... Instead,
manually add the dependency for autoheader(1), but don't have the ports
infrastructure run `autoconf' (which clobbered the top-level configure
script).
Diffstat (limited to 'devel')
-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 |