svn commit: r490084 - head/multimedia/simplescreenrecorder

Mark Linimon linimon at FreeBSD.org
Sat Jan 12 23:09:21 UTC 2019


Author: linimon
Date: Sat Jan 12 23:09:20 2019
New Revision: 490084
URL: https://svnweb.freebsd.org/changeset/ports/490084

Log:
  This port requires USES=compiler:c++11-lang to build on GCC-based
  architectures.
  
  PR:		234335
  Submitted by:	Piotr Kubaj
  Approved by:	maintainer

Modified:
  head/multimedia/simplescreenrecorder/Makefile

Modified: head/multimedia/simplescreenrecorder/Makefile
==============================================================================
--- head/multimedia/simplescreenrecorder/Makefile	Sat Jan 12 23:05:00 2019	(r490083)
+++ head/multimedia/simplescreenrecorder/Makefile	Sat Jan 12 23:09:20 2019	(r490084)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libasound.so:audio/alsa-lib \
 		libavformat.so:multimedia/ffmpeg
 
-USES=		cmake pkgconfig qt:5
+USES=		cmake compiler:c++11-lang pkgconfig qt:5
 USE_GITHUB=	yes
 GH_ACCOUNT=	MaartenBaert
 GH_PROJECT=	ssr


More information about the svn-ports-head mailing list