Add autoconf to BUILD_DEPENDS.

It does not USE_AUTOCONF, but it requires autoheader to build.

PR:		ports/19847
Submitted by:	Toshihiro Inoue <tino@pa2.so-net.ne.jp>
This commit is contained in:
Akinori MUSHA 2000-07-11 15:03:44 +00:00
parent a6d8248b64
commit a12686df7b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30484
2 changed files with 6 additions and 2 deletions

View File

@ -19,8 +19,10 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= tino@pa2.so-net.ne.jp
BUILD_DEPENDS= i386-mingw32msvc-as:${PORTSDIR}/devel/mingw-binutils \
mingwm10.dll:${PORTSDIR}/devel/mingw-bin-msvcrt \
autoheader:${PORTSDIR}/devel/autoconf
RUN_DEPENDS= i386-mingw32msvc-as:${PORTSDIR}/devel/mingw-binutils \
mingwm10.dll:${PORTSDIR}/devel/mingw-bin-msvcrt
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_GMAKE= yes
GNU_CONFIGURE= yes

View File

@ -19,8 +19,10 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= tino@pa2.so-net.ne.jp
BUILD_DEPENDS= i386-mingw32msvc-as:${PORTSDIR}/devel/mingw-binutils \
mingwm10.dll:${PORTSDIR}/devel/mingw-bin-msvcrt \
autoheader:${PORTSDIR}/devel/autoconf
RUN_DEPENDS= i386-mingw32msvc-as:${PORTSDIR}/devel/mingw-binutils \
mingwm10.dll:${PORTSDIR}/devel/mingw-bin-msvcrt
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_GMAKE= yes
GNU_CONFIGURE= yes