diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-28 16:34:35 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-28 16:34:35 +0000 |
commit | c13036de179fddf0bcce02bb2328eb3f0e0d1a24 (patch) | |
tree | 5cc348e2b9e15eeb939c1f2298a6339a423de3fe /www/youtube_dl | |
parent | 8cedab0e09ebcf4565c6895fa6786600269a3e04 (diff) |
Notes
Diffstat (limited to 'www/youtube_dl')
-rw-r--r-- | www/youtube_dl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/youtube_dl/Makefile b/www/youtube_dl/Makefile index b60991f7c239..fc716d11ffd4 100644 --- a/www/youtube_dl/Makefile +++ b/www/youtube_dl/Makefile @@ -2,6 +2,7 @@ PORTNAME= youtube_dl PORTVERSION= 2014.08.10 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://yt-dl.org/downloads/${PORTVERSION}/ DISTNAME= youtube-dl-${PORTVERSION} @@ -16,8 +17,9 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip -USES= python:2,run ALL_TARGET= youtube-dl +MAKE_ARGS= PYTHON=${PYTHON_CMD} +USES= python:run OPTIONS_DEFINE= BASH RTMPDUMP FFMPEG OPTIONS_DEFAULT=RTMPDUMP |