diff options
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 |