svn commit: r395763 - head/multimedia/mpv

Jan Beich jbeich at FreeBSD.org
Tue Sep 1 14:28:41 UTC 2015


Author: jbeich
Date: Tue Sep  1 14:28:40 2015
New Revision: 395763
URL: https://svnweb.freebsd.org/changeset/ports/395763

Log:
  multimedia/mpv: drop INSTALLS_ICONS per r390886
  
  mpv works fine in a minimalistic X11 environment without any GUI toolkit
  installed. No need to pull unnecessary dependencies when there's no
  USE_GNOME=gtk* in Makefile.
  
  PR:		202806
  Approved by:	Carlos J Puga Medina <cpm at fbsd.es> (maintainer)

Modified:
  head/multimedia/mpv/Makefile   (contents, props changed)

Modified: head/multimedia/mpv/Makefile
==============================================================================
--- head/multimedia/mpv/Makefile	Tue Sep  1 14:27:48 2015	(r395762)
+++ head/multimedia/mpv/Makefile	Tue Sep  1 14:28:40 2015	(r395763)
@@ -4,7 +4,7 @@
 PORTNAME=	mpv
 PORTVERSION=	0.9.2
 DISTVERSIONPREFIX=	v
-PORTREVISION=	7
+PORTREVISION=	8
 PORTEPOCH=	1
 CATEGORIES=	multimedia audio
 
@@ -26,7 +26,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


More information about the svn-ports-all mailing list