aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2015-09-01 22:28:40 +0800
committerjbeich <jbeich@FreeBSD.org>2015-09-01 22:28:40 +0800
commit41b0b99c425f2de39f9cba38bcb8cb52ce0a1cc8 (patch)
treedbf9b03851c77ef2386d99d3777c966fa6c1dc82 /multimedia
parent2d8c6d9d532f8a4da94062316177a40dacbb123d (diff)
downloadfreebsd-ports-gnome-41b0b99c425f2de39f9cba38bcb8cb52ce0a1cc8.tar.gz
freebsd-ports-gnome-41b0b99c425f2de39f9cba38bcb8cb52ce0a1cc8.tar.zst
freebsd-ports-gnome-41b0b99c425f2de39f9cba38bcb8cb52ce0a1cc8.zip
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)
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mpv/Makefile3
1 files changed, 1 insertions, 2 deletions
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