diff options
author | knu <knu@FreeBSD.org> | 2001-09-12 01:43:47 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-09-12 01:43:47 +0800 |
commit | 51a32a3b347ff107d65e31024fd742c21c0c3f16 (patch) | |
tree | a634d57300c6f3c4537d98d6ae551ddaaa39bfc2 | |
parent | e31c3cd9c648fd2c85d35f72a3dfeb5e3af82cdc (diff) | |
download | freebsd-ports-gnome-51a32a3b347ff107d65e31024fd742c21c0c3f16.tar.gz freebsd-ports-gnome-51a32a3b347ff107d65e31024fd742c21c0c3f16.tar.zst freebsd-ports-gnome-51a32a3b347ff107d65e31024fd742c21c0c3f16.zip |
Fix dependencies. I thought I had already committed this long ago...
Submitted by: bento
-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 |