Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 May 2021 01:04:13 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 74ccc3e4171a - main - www/srt: Add missing compiler:c++11-lang
Message-ID:  <202105170104.14H14DAp038214@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=74ccc3e4171ae5ddf164d4c61895abaed20aa1cc

commit 74ccc3e4171ae5ddf164d4c61895abaed20aa1cc
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-05-17 01:03:44 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-05-17 01:03:44 +0000

    www/srt: Add missing compiler:c++11-lang
---
 www/srt/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/srt/Makefile b/www/srt/Makefile
index 6703beea6325..d1abd6952c3f 100644
--- a/www/srt/Makefile
+++ b/www/srt/Makefile
@@ -11,7 +11,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	bash:shells/bash
 
-USES=		cmake shebangfix ssl
+USES=		cmake compiler:c++11-lang shebangfix ssl
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	Haivision



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