From 2a11f4ef33d13aa4138389196d48bc3eb371e5ad Mon Sep 17 00:00:00 2001 From: pi Date: Wed, 2 Sep 2015 05:53:28 +0000 Subject: multimedia/mpv: removing freetype dependency PR: 202765 Submitted by: Carlos J Puga Medina (maintainer) --- multimedia/mpv/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'multimedia/mpv') 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 -- cgit