svn commit: r395823 - head/multimedia/mpv
Kurt Jaeger
pi at FreeBSD.org
Wed Sep 2 05:53:29 UTC 2015
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 at 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
More information about the svn-ports-all
mailing list