aboutsummaryrefslogtreecommitdiff
path: root/www/you-get/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-11-04 15:59:23 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-11-04 15:59:23 +0000
commit564159d8500be174df5720cb7f8a4734200cbe59 (patch)
tree63b11db63f24ff0cb3fb86613e1ba4e77ca92c6a /www/you-get/Makefile
parentb150b74946bdd1b148c1ac7d04b81205e5f07bf1 (diff)
downloadports-564159d8500be174df5720cb7f8a4734200cbe59.tar.gz
ports-564159d8500be174df5720cb7f8a4734200cbe59.zip
Update to 0.4.1355
Notes
Notes: svn path=/head/; revision=516668
Diffstat (limited to 'www/you-get/Makefile')
-rw-r--r--www/you-get/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/you-get/Makefile b/www/you-get/Makefile
index 0bc2048d8ecc..b419e757ebcd 100644
--- a/www/you-get/Makefile
+++ b/www/you-get/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= you-get
-PORTVERSION= 0.4.1314
+PORTVERSION= 0.4.1355
CATEGORIES= www
MASTER_SITES= CHEESESHOP
@@ -14,13 +14,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ffmpeg:multimedia/ffmpeg
-OPTIONS_DEFINE= RTMPDUMP
-
USES= python:3.4+
USE_PYTHON= autoplist distutils noflavors
NO_ARCH= yes
+OPTIONS_DEFINE= RTMPDUMP
+
RTMPDUMP_RUN_DEPENDS= rtmpdump:multimedia/rtmpdump
.include <bsd.port.mk>