diff options
author | hans <hans@pkgsrc.org> | 2012-01-14 03:16:57 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-01-14 03:16:57 +0000 |
commit | 7c4fa22a365ed45c1256ebf51410012e82b08fa2 (patch) | |
tree | 97bd71833caf5e097ecf6dd46eadaf89fc2cd607 /www/ies4linux | |
parent | 80a11d4b67d7f2d748b3d3129e4b060ef656caa0 (diff) | |
download | pkgsrc-7c4fa22a365ed45c1256ebf51410012e82b08fa2.tar.gz |
USE_TOOLS bash and unzip
Diffstat (limited to 'www/ies4linux')
-rw-r--r-- | www/ies4linux/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/ies4linux/Makefile b/www/ies4linux/Makefile index 983db528c9d..cbe4f5aab94 100644 --- a/www/ies4linux/Makefile +++ b/www/ies4linux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2010/02/10 19:17:47 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2012/01/14 03:16:57 hans Exp $ # DISTNAME= ies4linux-2.99.0.1 @@ -10,8 +10,6 @@ MAINTAINER= abs@NetBSD.org HOMEPAGE= http://www.tatanka.com.br/ies4linux/page/Main_Page COMMENT= Microsoft Internet Explorer installer -DEPENDS+= bash-[0-9]*:../../shells/bash -DEPENDS+= unzip-[0-9]*:../../archivers/unzip DEPENDS+= wget-[0-9]*:../../net/wget DEPENDS+= wine-[0-9]*:../../emulators/wine DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2 @@ -20,7 +18,7 @@ BUILD_DEPENDS+= cabextract-[0-9]*:../../archivers/cabextract NO_BUILD= yes PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # none -USE_TOOLS+= pax +USE_TOOLS+= bash:run pax unzip:run SHAREDIR= share/ies4linux |