diff options
author | sf <sf@FreeBSD.org> | 2001-01-29 22:10:05 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-01-29 22:10:05 +0800 |
commit | 5e752f95046645ed573cae1821f9c4d7bfd8a6b8 (patch) | |
tree | e92cf3ae27ff82692d7126b65aa8348c8f10a74b /devel/mingw32-binutils/Makefile | |
parent | d96284f6f5466ba2984fa3a025db2a8bdc5c90f2 (diff) | |
download | freebsd-ports-gnome-5e752f95046645ed573cae1821f9c4d7bfd8a6b8.tar.gz freebsd-ports-gnome-5e752f95046645ed573cae1821f9c4d7bfd8a6b8.tar.zst freebsd-ports-gnome-5e752f95046645ed573cae1821f9c4d7bfd8a6b8.zip |
o migrate to MASTER_SITE_SOURCEWARE and USE_BZIP2.
Approved by: maintainer
Diffstat (limited to 'devel/mingw32-binutils/Makefile')
-rw-r--r-- | devel/mingw32-binutils/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/mingw32-binutils/Makefile b/devel/mingw32-binutils/Makefile index 1ab271a82c48..91aa94563d8b 100644 --- a/devel/mingw32-binutils/Makefile +++ b/devel/mingw32-binutils/Makefile @@ -8,12 +8,13 @@ PORTNAME= binutils PORTVERSION= 2.9.1 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= binutils +MASTER_SITES= ${MASTER_SITE_SOURCEWARE} +MASTER_SITE_SUBDIR= binutils/old-releases PKGNAMEPREFIX= mingw- MAINTAINER= tino@pa2.so-net.ne.jp +USE_BZIP2= yes USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --target=i386-mingw32msvc |