diff options
author | hans <hans@pkgsrc.org> | 2012-01-14 02:09:35 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-01-14 02:09:35 +0000 |
commit | bbd52967db3e763461156db6ce03938e11717a34 (patch) | |
tree | 4e45393f80bc13327eb3d2467873328c365ce2fa /lang/gcc45/Makefile | |
parent | 61a093ec38c3d2105a3f40a7fc8d986f2e9fd920 (diff) | |
download | pkgsrc-bbd52967db3e763461156db6ce03938e11717a34.tar.gz |
Convert to USE_TOOLS=zip.
Diffstat (limited to 'lang/gcc45/Makefile')
-rw-r--r-- | lang/gcc45/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/gcc45/Makefile b/lang/gcc45/Makefile index 15aa04a3de6..2cdb1829ab0 100644 --- a/lang/gcc45/Makefile +++ b/lang/gcc45/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2011/10/18 17:55:27 hans Exp $ +# $NetBSD: Makefile,v 1.4 2012/01/14 02:09:36 hans Exp $ DISTNAME= gcc-${GCC_VERSION} PKGNAME= gcc45-${GCC_VERSION} @@ -16,9 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= awk:run bash:run perl chmod \ gmake:run makeinfo msgfmt bison flex gm4 \ - sed:run unzip - -DEPENDS+= zip-[0-9]*:../../archivers/zip + sed:run unzip zip:run GCC_VERSION= 4.5.3 |