diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2015-11-21 02:27:02 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2015-11-21 02:27:02 +0000 |
commit | d2921a16de11c8c52a0637f0f01fa43c596abb5a (patch) | |
tree | 3546d1c4a69f7d5779a178ee4a5232b5f19e92a0 /multimedia | |
parent | b227dc3f56f1411b1ef909444141105d81f16f15 (diff) |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mpv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile index 0e9b8fa46de0..af44d78a6017 100644 --- a/multimedia/mpv/Makefile +++ b/multimedia/mpv/Makefile @@ -4,6 +4,7 @@ PORTNAME= mpv PORTVERSION= 0.12.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= multimedia audio @@ -126,7 +127,7 @@ XINERAMA_USE= XORG=xinerama,xineramaproto XINERAMA_CONFIGURE_OFF= --disable-xinerama XINERAMA_IMPLIES= X11 -YTDL_BUILD_DEPENDS= ${LOCALBASE}/bin/youtube-dl:${PORTSDIR}/www/youtube_dl +YTDL_RUN_DEPENDS= youtube-dl:${PORTSDIR}/www/youtube_dl ZSH_USES= perl5 ZSH_USE= PERL5=build |