diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-11 17:43:47 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-11 17:43:47 +0000 |
commit | f00b35b3472d4ac5490bbd7809ddabf4d92cd0fb (patch) | |
tree | 6c7af939f4a585daa57d9352aea796cc04ba3335 | |
parent | 1c48a683f83fccc164bdfc18ddeb4e188ca2695c (diff) | |
download | ports-f00b35b3472d4ac5490bbd7809ddabf4d92cd0fb.tar.gz ports-f00b35b3472d4ac5490bbd7809ddabf4d92cd0fb.zip |
Notes
-rw-r--r-- | devel/mingw-gcc/Makefile | 8 | ||||
-rw-r--r-- | devel/mingw32-gcc/Makefile | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/mingw-gcc/Makefile b/devel/mingw-gcc/Makefile index 5a9e37e239f6..ed11d7647f76 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 diff --git a/devel/mingw32-gcc/Makefile b/devel/mingw32-gcc/Makefile index 5a9e37e239f6..ed11d7647f76 100644 --- a/devel/mingw32-gcc/Makefile +++ b/devel/mingw32-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 |