diff options
Diffstat (limited to 'devel/mingw')
-rw-r--r-- | devel/mingw/Makefile | 10 | ||||
-rw-r--r-- | devel/mingw/pkg-descr | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/mingw/Makefile b/devel/mingw/Makefile index a1102e7..0f1606c 100644 --- a/devel/mingw/Makefile +++ b/devel/mingw/Makefile @@ -6,16 +6,16 @@ # PORTNAME= mingw -PORTVERSION= 2000.03.27 +PORTVERSION= 20010726 CATEGORIES= devel MASTER_SITES= # empty DISTFILES= # empty -MAINTAINER= tino@pa2.so-net.ne.jp +MAINTAINER= doc@hisio.safenet.pl -BUILD_DEPENDS= i386-mingw32msvc-as:${PORTSDIR}/devel/mingw-binutils \ - mingwm10.dll:${PORTSDIR}/devel/mingw-bin-msvcrt -RUN_DEPENDS= i386-mingw32msvc-gcc:${PORTSDIR}/devel/mingw-gcc +RUN_DEPENDS= i386-mingw32msvc-as:${PORTSDIR}/devel/mingw-binutils \ + mingwm10.dll:${PORTSDIR}/devel/mingw-bin-msvcrt \ + i386-mingw32msvc-gcc:${PORTSDIR}/devel/mingw-gcc NO_BUILD= yes diff --git a/devel/mingw/pkg-descr b/devel/mingw/pkg-descr index cfa414d..3d588e3 100644 --- a/devel/mingw/pkg-descr +++ b/devel/mingw/pkg-descr @@ -7,4 +7,4 @@ It provides C, C++ and Fortran compilers plus other related tools. This package is a meta port that depends on other packages: mingw-binutils, mingw-bin-msvcrt, mingw-gcc -WWW: http://www.geocities.com/Tokyo/Towers/6162/gcc.html +WWW: http://www.mingw.org/ |