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/gcc44 | |
parent | 61a093ec38c3d2105a3f40a7fc8d986f2e9fd920 (diff) | |
download | pkgsrc-bbd52967db3e763461156db6ce03938e11717a34.tar.gz |
Convert to USE_TOOLS=zip.
Diffstat (limited to 'lang/gcc44')
-rw-r--r-- | lang/gcc44/options.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/gcc44/options.mk b/lang/gcc44/options.mk index d12994d4a0a..f3a47195b66 100644 --- a/lang/gcc44/options.mk +++ b/lang/gcc44/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.6 2011/07/13 13:25:17 hans Exp $ +# $NetBSD: options.mk,v 1.7 2012/01/14 02:09:36 hans Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gcc44 PKG_SUPPORTED_OPTIONS= nls gcc-c++ gcc-fortran gcc-java gcc-objc #gcc-ada @@ -42,8 +42,7 @@ PKG_OPTIONS+= gcc-c++ LANGS+= java REPLACE_PYTHON= libjava/contrib/aot-compile.in -USE_TOOLS+= unzip -DEPENDS+= zip-[0-9]*:../../archivers/zip +USE_TOOLS+= unzip zip:run CONFIGURE_ARGS+= --with-system-zlib # ${WRKSRC}/gcc-4.4.1/libjava/contrib/aotcompile.py.in stores the path to |