aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2013-08-20 20:03:33 +0000
committerChris Rees <crees@FreeBSD.org>2013-08-20 20:03:33 +0000
commitfc853279a873d03d5a0c4679ef855afa7bd87f04 (patch)
tree070d56ca68af56faa36fee1c2ae4ffb81c8438ee /net
parente2b9f61b0dd2db1c761cb15b09d0434eb2321220 (diff)
downloadports-fc853279a873d03d5a0c4679ef855afa7bd87f04.tar.gz
ports-fc853279a873d03d5a0c4679ef855afa7bd87f04.zip
Remove superfluous dependency
Submitted by: Jamie Landeg Jones (jamie@dyslexicfish.net) Submitted by: N.J. Mann <njm@njm.me.uk>
Notes
Notes: svn path=/head/; revision=325074
Diffstat (limited to 'net')
-rw-r--r--net/get_iplayer/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/get_iplayer/Makefile b/net/get_iplayer/Makefile
index e25b6150c0c5..2fc283a9ff57 100644
--- a/net/get_iplayer/Makefile
+++ b/net/get_iplayer/Makefile
@@ -2,6 +2,7 @@
PORTNAME= get_iplayer
PORTVERSION= 2.83
+PORTREVISION= 1
CATEGORIES= net multimedia
MASTER_SITES= ftp://ftp.infradead.org/pub/${PORTNAME}/ \
http://www.bayofrum.net/dist/${PORTNAME}/
@@ -12,8 +13,7 @@ COMMENT= Search, index, or stream archive video from BBC iPlayer
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-RUN_DEPENDS= flvstreamer:${PORTSDIR}/multimedia/flvstreamer \
- rtmpdump:${PORTSDIR}/multimedia/rtmpdump \
+RUN_DEPENDS= rtmpdump:${PORTSDIR}/multimedia/rtmpdump \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-HTTP-Cookies>=0:${PORTSDIR}/www/p5-HTTP-Cookies