diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-08-02 18:03:31 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-08-02 18:03:31 +0000 |
commit | 9d15afc65d3ed7edd904a5790919c10eefd64dfd (patch) | |
tree | d3c2a0f821320a538d10ff43d8a6743263fc3438 /devel/mingw | |
parent | 0433feb657a98c7554617e08fbbb3eecd580dcc5 (diff) | |
download | ports-9d15afc65d3ed7edd904a5790919c10eefd64dfd.tar.gz ports-9d15afc65d3ed7edd904a5790919c10eefd64dfd.zip |
Notes
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 a1102e700142..0f1606cbc4d7 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 cfa414df4294..3d588e3e0e23 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/ |