aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorjunovitch <junovitch@FreeBSD.org>2015-11-23 10:21:08 +0800
committerjunovitch <junovitch@FreeBSD.org>2015-11-23 10:21:08 +0800
commit293b426d35dbc26fbb7f8e4fc14946bf0c1ab9dc (patch)
tree6bcfca1365a5d9b81b49470ac7d32259b63eaec1 /multimedia
parent0dd9f52b0693c4f6cdd4494d3c2d353db3a7306f (diff)
downloadfreebsd-ports-graphics-293b426d35dbc26fbb7f8e4fc14946bf0c1ab9dc.tar.gz
freebsd-ports-graphics-293b426d35dbc26fbb7f8e4fc14946bf0c1ab9dc.tar.zst
freebsd-ports-graphics-293b426d35dbc26fbb7f8e4fc14946bf0c1ab9dc.zip
multimedia/mpv: address regressions from r402235 and r402236
- Remove INSTALLS_ICONS (see r395763 commit message) - Set YTDL option as RUN_DEPENDS (see r402130 commit message) PR: 202806 PR: 202337 PR: 204599 Reported by: jbeich Approved by: cpm (implicit from bug 202337 and 202806 approvals)
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mpv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile
index 580317d1d80..814047dae6b 100644
--- a/multimedia/mpv/Makefile
+++ b/multimedia/mpv/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mpv
PORTVERSION= 0.13.0
+PORTREVISION= 1
DISTVERSIONPREFIX= v
PORTEPOCH= 1
CATEGORIES= multimedia audio
@@ -24,7 +25,6 @@ WAF_CMD= ${WRKSRC_waf}/waf-light
USES= compiler:c11 desktop-file-utils iconv pkgconfig python:build waf
USE_LDCONFIG= yes
-INSTALLS_ICONS= yes
CPPFLAGS+= -I.. -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
@@ -127,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