Subject: pkg/35001: dillo gui command " save link as " fails because of missing wget
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <kdev@no-log.org>
List: pkgsrc-bugs
Date: 11/06/2006 12:00:01
>Number:         35001
>Category:       pkg
>Synopsis:       dillo gui command " save link as " fails because of missing wget
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Nov 06 12:00:00 +0000 2006
>Originator:     Emmanuel Kasper
>Release:        3.0
>Organization:
>Environment:
NetBSD

>Description:
When using Dillo to download a file in the backgroud it fails, because by default it uses wget for downloads.
>How-To-Repeat:
Start dillo from terminal, go to website with a link to a picture, rigth click "save link as" and see dillo complains about the lack of wget.

>Fix:
Add this line in net/www/dillo/Makefile : 

DEPENDS+=     wget>=1.0:../../net/wget