svn commit: r412708 - head/multimedia/mpv

Carlos J. Puga Medina cpm at FreeBSD.org
Fri Apr 8 02:25:51 UTC 2016


Author: cpm
Date: Fri Apr  8 02:25:50 2016
New Revision: 412708
URL: https://svnweb.freebsd.org/changeset/ports/412708

Log:
  - Drop .include <bsd.port.options.mk> line.
  - Add X11_VARS option helper to handle properly gnome icons.
  - Bump PORTREVISION.
  
  Approved by:	junovitch (mentor)

Modified:
  head/multimedia/mpv/Makefile

Modified: head/multimedia/mpv/Makefile
==============================================================================
--- head/multimedia/mpv/Makefile	Fri Apr  8 02:04:05 2016	(r412707)
+++ head/multimedia/mpv/Makefile	Fri Apr  8 02:25:50 2016	(r412708)
@@ -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:multimed
 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


More information about the svn-ports-all mailing list