diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-07-11 15:03:44 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-07-11 15:03:44 +0000 |
commit | a12686df7b40466c8bd8d96b3292a44fa3ecc9d5 (patch) | |
tree | e8b1d61a5fc972d4e767858aa6b72188c1662a59 /devel/mingw32-gcc | |
parent | a6d8248b6426a8d04652e78998f7ebc2fa7ea53a (diff) | |
download | ports-a12686df7b40466c8bd8d96b3292a44fa3ecc9d5.tar.gz ports-a12686df7b40466c8bd8d96b3292a44fa3ecc9d5.zip |
Notes
Diffstat (limited to 'devel/mingw32-gcc')
-rw-r--r-- | devel/mingw32-gcc/Makefile | 4 |
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 |