diff options
author | cpm <cpm@FreeBSD.org> | 2016-04-08 10:25:50 +0800 |
---|---|---|
committer | cpm <cpm@FreeBSD.org> | 2016-04-08 10:25:50 +0800 |
commit | dc743ff767a488ccbdafedee69bd43826c3bbf51 (patch) | |
tree | ab7f4be56de50029a66e8c4946d057ca7fdd0b8e /multimedia | |
parent | 67bb0144c0d6988ab84342c7ffecc285f379ff00 (diff) | |
download | freebsd-ports-gnome-dc743ff767a488ccbdafedee69bd43826c3bbf51.tar.gz freebsd-ports-gnome-dc743ff767a488ccbdafedee69bd43826c3bbf51.tar.zst freebsd-ports-gnome-dc743ff767a488ccbdafedee69bd43826c3bbf51.zip |
- Drop .include <bsd.port.options.mk> line.
- Add X11_VARS option helper to handle properly gnome icons.
- Bump PORTREVISION.
Approved by: junovitch (mentor)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mpv/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile index 43fb64705b9d..d10ab642ad04 100644 --- a/multimedia/mpv/Makefile +++ b/multimedia/mpv/Makefile @@ -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 |