mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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)
This commit is contained in:
parent
9b63dbeb2c
commit
dda9fb97bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402254
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue