From f00b35b3472d4ac5490bbd7809ddabf4d92cd0fb Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Tue, 11 Sep 2001 17:43:47 +0000 Subject: Fix dependencies. I thought I had already committed this long ago... Submitted by: bento --- devel/mingw32-gcc/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'devel/mingw32-gcc') 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 -- cgit v1.2.3