- Drop .include <bsd.port.options.mk> line.
- Add X11_VARS option helper to handle properly gnome icons. - Bump PORTREVISION. Approved by: junovitch (mentor)
This commit is contained in:
parent
1877325d7e
commit
e0664262bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412708
1 changed files with 2 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
PORTNAME= mpv
|
||||
PORTVERSION= 0.16.0
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= multimedia audio
|
||||
|
||||
|
@ -126,6 +126,7 @@ VDPAU_LIB_DEPENDS= libvdpau.so:multimedia/libvdpau
|
|||
VDPAU_CONFIGURE_OFF= --disable-vdpau
|
||||
|
||||
X11_USE= XORG=x11,xv,xxf86vm
|
||||
X11_VARS= INSTALLS_ICONS=yes
|
||||
X11_CONFIGURE_OFF= --disable-x11
|
||||
|
||||
XINERAMA_USE= XORG=xinerama,xineramaproto
|
||||
|
@ -138,8 +139,6 @@ ZSH_USES= perl5
|
|||
ZSH_USE= PERL5=build
|
||||
ZSH_CONFIGURE_ENABLE= zsh-comp
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/pkgconfig/mpv.pc|data/pkgconfig/mpv.pc|g' \
|
||||
${WRKSRC}/wscript_build.py
|
||||
|
|
Loading…
Reference in a new issue