Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2019 16:29:10 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520183 - head/multimedia/mpv-mpris
Message-ID:  <201912151629.xBFGTAhG060140@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sun Dec 15 16:29:10 2019
New Revision: 520183
URL: https://svnweb.freebsd.org/changeset/ports/520183

Log:
  multimedia/mpv-mpris: fix build
  
  Reported by:	antoine

Modified:
  head/multimedia/mpv-mpris/Makefile

Modified: head/multimedia/mpv-mpris/Makefile
==============================================================================
--- head/multimedia/mpv-mpris/Makefile	Sun Dec 15 15:49:19 2019	(r520182)
+++ head/multimedia/mpv-mpris/Makefile	Sun Dec 15 16:29:10 2019	(r520183)
@@ -10,9 +10,10 @@ COMMENT=	MPRIS plugin for mpv
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	mpv:multimedia/mpv
 RUN_DEPENDS=	mpv:multimedia/mpv
 
-USES=		gettext-runtime gnome
+USES=		gettext-runtime gnome pkgconfig
 USE_GNOME=	glib20
 USE_GITHUB=	yes
 GH_ACCOUNT=	hoyon



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