svn commit: r520183 - head/multimedia/mpv-mpris

Tobias C. Berner tcberner at FreeBSD.org
Sun Dec 15 16:29:10 UTC 2019


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


More information about the svn-ports-all mailing list