diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-05-17 01:03:44 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-05-17 01:03:44 +0000 |
commit | 74ccc3e4171ae5ddf164d4c61895abaed20aa1cc (patch) | |
tree | 776e961a4e204b9cd205e5a2b7c8d8930ff82869 | |
parent | af445a38fd160d89a54b928c20940d33e371cec1 (diff) | |
download | ports-74ccc3e4171ae5ddf164d4c61895abaed20aa1cc.tar.gz ports-74ccc3e4171ae5ddf164d4c61895abaed20aa1cc.zip |
www/srt: Add missing compiler:c++11-lang
-rw-r--r-- | www/srt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |