aboutsummaryrefslogtreecommitdiff
path: root/devel/mingw32-gcc
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-09-11 17:43:47 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-09-11 17:43:47 +0000
commitf00b35b3472d4ac5490bbd7809ddabf4d92cd0fb (patch)
tree6c7af939f4a585daa57d9352aea796cc04ba3335 /devel/mingw32-gcc
parent1c48a683f83fccc164bdfc18ddeb4e188ca2695c (diff)
downloadports-f00b35b3472d4ac5490bbd7809ddabf4d92cd0fb.tar.gz
ports-f00b35b3472d4ac5490bbd7809ddabf4d92cd0fb.zip
Notes
Diffstat (limited to 'devel/mingw32-gcc')
-rw-r--r--devel/mingw32-gcc/Makefile8
1 files changed, 4 insertions, 4 deletions
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