diff options
author | Chris Rees <crees@FreeBSD.org> | 2013-08-20 20:03:33 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2013-08-20 20:03:33 +0000 |
commit | fc853279a873d03d5a0c4679ef855afa7bd87f04 (patch) | |
tree | 070d56ca68af56faa36fee1c2ae4ffb81c8438ee | |
parent | e2b9f61b0dd2db1c761cb15b09d0434eb2321220 (diff) |
Notes
-rw-r--r-- | net/get_iplayer/Makefile | 4 |
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 |