Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Sep 2015 14:28:40 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395763 - head/multimedia/mpv
Message-ID:  <201509011428.t81ESetw034959@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509011428.t81ESetw034959>