diff options
author | knu <knu@FreeBSD.org> | 2000-07-11 23:03:44 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-07-11 23:03:44 +0800 |
commit | a55d351d3a1e55a7704dd2745217b27f7d6ac033 (patch) | |
tree | 1785fd2550f066c05c94481154efc1ffb2142230 /devel/mingw-gcc | |
parent | 1261efe825b13ef092e3390f7bf403eba674b20d (diff) | |
download | freebsd-ports-gnome-a55d351d3a1e55a7704dd2745217b27f7d6ac033.tar.gz freebsd-ports-gnome-a55d351d3a1e55a7704dd2745217b27f7d6ac033.tar.zst freebsd-ports-gnome-a55d351d3a1e55a7704dd2745217b27f7d6ac033.zip |
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>
Diffstat (limited to 'devel/mingw-gcc')
-rw-r--r-- | devel/mingw-gcc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/mingw-gcc/Makefile b/devel/mingw-gcc/Makefile index 749678c08376..2bdb1d6cc23c 100644 --- a/devel/mingw-gcc/Makefile +++ b/devel/mingw-gcc/Makefile @@ -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 |