diff options
author | wxs <wxs@FreeBSD.org> | 2009-07-03 22:01:22 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-07-03 22:01:22 +0800 |
commit | 7bbe6f7fb6481b0aabc2073dae43187376136da4 (patch) | |
tree | 0ae6dfc230cb34ee643b31c2bc7e3b76700c2e23 /deskutils/plasma-applet-simpleweatherforecast | |
parent | 7d85018959c7ce97f098d94ae67ebafcbf8eefc4 (diff) | |
download | freebsd-ports-gnome-7bbe6f7fb6481b0aabc2073dae43187376136da4.tar.gz freebsd-ports-gnome-7bbe6f7fb6481b0aabc2073dae43187376136da4.tar.zst freebsd-ports-gnome-7bbe6f7fb6481b0aabc2073dae43187376136da4.zip |
- Add missing RUN_DEPENDS on wget
PR: ports/136024
Submitted by: zloidemon <g.veniamin@googlemail.com>
Diffstat (limited to 'deskutils/plasma-applet-simpleweatherforecast')
-rw-r--r-- | deskutils/plasma-applet-simpleweatherforecast/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/deskutils/plasma-applet-simpleweatherforecast/Makefile b/deskutils/plasma-applet-simpleweatherforecast/Makefile index 396d4e8608fc..51628e3da7cf 100644 --- a/deskutils/plasma-applet-simpleweatherforecast/Makefile +++ b/deskutils/plasma-applet-simpleweatherforecast/Makefile @@ -7,7 +7,7 @@ PORTNAME= simpleweatherforecast PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils kde MASTER_SITES= http://kde-look.org/CONTENT/content-files/ PKGNAMEPREFIX= plasma-applet- @@ -16,6 +16,8 @@ DISTNAME= 92149-plasma-weatherforecast-1.2-kde-4.2 MAINTAINER= g.veniamin@googlemail.com COMMENT= Weather plasma applet for KDE4 +RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget + USE_BZIP2= yes USE_CMAKE= yes USE_KDE4= automoc4 kdeprefix kdelibs |