Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Sep 2015 05:53:28 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395823 - head/multimedia/mpv
Message-ID:  <201509020553.t825rSnC026879@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Wed Sep  2 05:53:28 2015
New Revision: 395823
URL: https://svnweb.freebsd.org/changeset/ports/395823

Log:
  multimedia/mpv: removing freetype dependency
  
  PR:		202765
  Submitted by:	Carlos J Puga Medina <cpm@fbsd.es> (maintainer)

Modified:
  head/multimedia/mpv/Makefile

Modified: head/multimedia/mpv/Makefile
==============================================================================
--- head/multimedia/mpv/Makefile	Wed Sep  2 05:34:30 2015	(r395822)
+++ head/multimedia/mpv/Makefile	Wed Sep  2 05:53:28 2015	(r395823)
@@ -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-pu
 
 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



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