summaryrefslogtreecommitdiff
path: root/devel/mingw32-gcc
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-07-11 15:03:44 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-07-11 15:03:44 +0000
commita12686df7b40466c8bd8d96b3292a44fa3ecc9d5 (patch)
treee8b1d61a5fc972d4e767858aa6b72188c1662a59 /devel/mingw32-gcc
parentUpdate to version 0.5.2 (diff)
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>
Notes
Notes: svn path=/head/; revision=30484
Diffstat (limited to 'devel/mingw32-gcc')
-rw-r--r--devel/mingw32-gcc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/mingw32-gcc/Makefile b/devel/mingw32-gcc/Makefile
index 749678c08376..2bdb1d6cc23c 100644
--- a/devel/mingw32-gcc/Makefile
+++ b/devel/mingw32-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