svn commit: r555580 - head/multimedia/mpvpaper

Jan Beich jbeich at FreeBSD.org
Tue Nov 17 19:40:33 UTC 2020


Author: jbeich
Date: Tue Nov 17 19:40:33 2020
New Revision: 555580
URL: https://svnweb.freebsd.org/changeset/ports/555580

Log:
  multimedia/mpvpaper: no C++ used here

Modified:
  head/multimedia/mpvpaper/Makefile   (contents, props changed)

Modified: head/multimedia/mpvpaper/Makefile
==============================================================================
--- head/multimedia/mpvpaper/Makefile	Tue Nov 17 19:35:08 2020	(r555579)
+++ head/multimedia/mpvpaper/Makefile	Tue Nov 17 19:40:33 2020	(r555580)
@@ -13,7 +13,7 @@ BUILD_DEPENDS=	wayland-protocols>0:graphics/wayland-pr
 LIB_DEPENDS=	libwayland-egl.so:graphics/wayland \
 		libmpv.so:multimedia/mpv
 
-USES=		compiler:c++11-lang gl meson pkgconfig
+USES=		compiler:c11 gl meson pkgconfig
 USE_GITHUB=	yes
 USE_GL=		egl
 GH_ACCOUNT=	GhostNaN


More information about the svn-ports-all mailing list