diff options
author | knu <knu@FreeBSD.org> | 2001-09-11 17:43:47 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-09-11 17:43:47 +0000 |
commit | 51a32a3b347ff107d65e31024fd742c21c0c3f16 (patch) | |
tree | a634d57300c6f3c4537d98d6ae551ddaaa39bfc2 /devel/mingw-gcc | |
parent | e31c3cd9c648fd2c85d35f72a3dfeb5e3af82cdc (diff) | |
download | FreeBSD-ports-51a32a3b347ff107d65e31024fd742c21c0c3f16.zip FreeBSD-ports-51a32a3b347ff107d65e31024fd742c21c0c3f16.tar.gz |
Fix dependencies. I thought I had already committed this long ago...
Submitted by: bento
Diffstat (limited to 'devel/mingw-gcc')
-rw-r--r-- | devel/mingw-gcc/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/mingw-gcc/Makefile b/devel/mingw-gcc/Makefile index 5a9e37e..ed11d76 100644 --- a/devel/mingw-gcc/Makefile +++ b/devel/mingw-gcc/Makefile @@ -16,11 +16,11 @@ DIST_SUBDIR= mingw MAINTAINER= doc@hisio.safenet.pl -BUILD_DEPENDS= i386-mingw32msvc-as:${PORTSDIR}/devel/mingw-binutils \ - mingwm10.dll:${PORTSDIR}/devel/mingw-bin-msvcrt \ +BUILD_DEPENDS= ${LOCALBASE}/i386-mingw32msvc/bin/as:${PORTSDIR}/devel/mingw-binutils \ + ${LOCALBASE}/bin/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= ${LOCALBASE}/i386-mingw32msvc/bin/as:${PORTSDIR}/devel/mingw-binutils \ + ${LOCALBASE}/bin/mingwm10.dll:${PORTSDIR}/devel/mingw-bin-msvcrt NO_WRKSUBDIR= yes |