aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/mpv
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2015-09-02 13:53:28 +0800
committerpi <pi@FreeBSD.org>2015-09-02 13:53:28 +0800
commit2a11f4ef33d13aa4138389196d48bc3eb371e5ad (patch)
treef02a17503e6547549d01a3b196fae3fe51ea9fda /multimedia/mpv
parent3e829e359fea99b410deecf17094c8564d5184ea (diff)
downloadfreebsd-ports-gnome-2a11f4ef33d13aa4138389196d48bc3eb371e5ad.tar.gz
freebsd-ports-gnome-2a11f4ef33d13aa4138389196d48bc3eb371e5ad.tar.zst
freebsd-ports-gnome-2a11f4ef33d13aa4138389196d48bc3eb371e5ad.zip
multimedia/mpv: removing freetype dependency
PR: 202765 Submitted by: Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
Diffstat (limited to 'multimedia/mpv')
-rw-r--r--multimedia/mpv/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile
index 6a0c31430632..2d4f97af4ecd 100644
--- a/multimedia/mpv/Makefile
+++ b/multimedia/mpv/Makefile
@@ -4,7 +4,7 @@
PORTNAME= mpv
PORTVERSION= 0.9.2
DISTVERSIONPREFIX= v
-PORTREVISION= 8
+PORTREVISION= 9
PORTEPOCH= 1
CATEGORIES= multimedia audio
@@ -13,8 +13,7 @@ COMMENT= Free and open-source general-purpose video player
LICENSE= GPLv2
-LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \
- libfreetype.so:${PORTSDIR}/print/freetype2
+LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg
BUILD_DEPENDS= rst2man:${PORTSDIR}/textproc/py-docutils
USE_GITHUB= yes