diff options
author | hans <hans> | 2012-01-14 02:09:35 +0000 |
---|---|---|
committer | hans <hans> | 2012-01-14 02:09:35 +0000 |
commit | c44aeab8e78ae8b614c60c9fe2caac5b0b19a260 (patch) | |
tree | 4e45393f80bc13327eb3d2467873328c365ce2fa /lang/gcc45 | |
parent | 23b60a2735b7dcc03c2310ae965e41acb849086e (diff) | |
download | pkgsrc-c44aeab8e78ae8b614c60c9fe2caac5b0b19a260.tar.gz |
Convert to USE_TOOLS=zip.
Diffstat (limited to 'lang/gcc45')
-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 |