diff options
author | obache <obache@pkgsrc.org> | 2014-02-15 03:28:04 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-02-15 03:28:04 +0000 |
commit | 19bebd63bbfddf59b720c3d48ec18957790eb578 (patch) | |
tree | 7a1702d44cdbd97a8ee2dbd9b5dd3066e6e60bc8 /net/jigdo | |
parent | 526900d16c7b5967d9122a4ed6ba6cb0f7319b7a (diff) | |
download | pkgsrc-19bebd63bbfddf59b720c3d48ec18957790eb578.tar.gz |
using wget as a tool.
Diffstat (limited to 'net/jigdo')
-rw-r--r-- | net/jigdo/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/jigdo/Makefile b/net/jigdo/Makefile index 10d75146442..eacaf2e6396 100644 --- a/net/jigdo/Makefile +++ b/net/jigdo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2014/02/12 23:18:21 tron Exp $ +# $NetBSD: Makefile,v 1.47 2014/02/15 03:28:04 obache Exp $ DISTNAME= jigdo-0.7.3 PKGREVISION= 25 @@ -10,11 +10,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://atterer.org/jigdo/ COMMENT= Tool to ease downloading of large files from the Internet -DEPENDS+= wget-[0-9]*:../../net/wget - MAKE_JOBS_SAFE= no -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config wget:run USE_LANGUAGES= c c++ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-libdb |