Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Nov 2020 19:40:33 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555580 - head/multimedia/mpvpaper
Message-ID:  <202011171940.0AHJeXf5005380@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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