diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-07-03 14:01:22 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-07-03 14:01:22 +0000 |
commit | 02c524ae47035b939180dde1489f94ef7c00a2b2 (patch) | |
tree | 6ba17002120552bb84672842599f2bfe30fc1d1a /deskutils/plasma-applet-simpleweatherforecast | |
parent | 01084c964e036c6f093e7c2e272fb91f52f0627a (diff) | |
download | ports-02c524ae47035b939180dde1489f94ef7c00a2b2.tar.gz ports-02c524ae47035b939180dde1489f94ef7c00a2b2.zip |
- Add missing RUN_DEPENDS on wget
PR: ports/136024
Submitted by: zloidemon <g.veniamin@googlemail.com>
Notes
Notes:
svn path=/head/; revision=237002
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 |