From 41b0b99c425f2de39f9cba38bcb8cb52ce0a1cc8 Mon Sep 17 00:00:00 2001 From: jbeich Date: Tue, 1 Sep 2015 14:28:40 +0000 Subject: 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 (maintainer) --- multimedia/mpv/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'multimedia') diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile index 69ec535b806c..6a0c31430632 100644 --- a/multimedia/mpv/Makefile +++ b/multimedia/mpv/Makefile @@ -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 -- cgit