svn commit: r534790 - head/devel/notcurses

Yuri Victorovich yuri at FreeBSD.org
Sat May 9 17:34:21 UTC 2020


Author: yuri
Date: Sat May  9 17:34:20 2020
New Revision: 534790
URL: https://svnweb.freebsd.org/changeset/ports/534790

Log:
  devel/notcurses: c++17 compiler is required

Modified:
  head/devel/notcurses/Makefile

Modified: head/devel/notcurses/Makefile
==============================================================================
--- head/devel/notcurses/Makefile	Sat May  9 16:55:24 2020	(r534789)
+++ head/devel/notcurses/Makefile	Sat May  9 17:34:20 2020	(r534790)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libavformat.so:multimedia/ffmpeg \
 		libqrcodegen.so:graphics/qr-code-generator
 
-USES=		cmake localbase ncurses:port pkgconfig python:run shebangfix
+USES=		cmake compiler:c++17-lang localbase ncurses:port pkgconfig python:run shebangfix
 SHEBANG_FILES=	src/pydemo/notcurses-pydemo
 USE_GITHUB=	yes
 GH_ACCOUNT=	dankamongmen


More information about the svn-ports-head mailing list