diff options
Diffstat (limited to 'devel/mingw-gcc/Makefile')
-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 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 |