aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2015-11-21 10:27:02 +0800
committerjbeich <jbeich@FreeBSD.org>2015-11-21 10:27:02 +0800
commit46e926daac4f39e1a56ae97da2d8b3c80895b77b (patch)
tree3546d1c4a69f7d5779a178ee4a5232b5f19e92a0 /multimedia
parent66c13f3ecbbc6af0a7099f1d623449ffdadd934f (diff)
downloadfreebsd-ports-gnome-46e926daac4f39e1a56ae97da2d8b3c80895b77b.tar.gz
freebsd-ports-gnome-46e926daac4f39e1a56ae97da2d8b3c80895b77b.tar.zst
freebsd-ports-gnome-46e926daac4f39e1a56ae97da2d8b3c80895b77b.zip
multimedia/mpv: partially backout r386202
youtube-dl is only used during runtime, so register dependency properly. As the port doesn't enforce *where* to find the script rely on PATH. PR: 202337 Approved by: Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mpv/Makefile3
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