git: 1a39b2a730ab - main - multimedia/libopenshot: Fix typo on USES= compiler
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 22:28:26 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1a39b2a730ab71e8b6883421daa95a4b8eadcf08
commit 1a39b2a730ab71e8b6883421daa95a4b8eadcf08
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2022-12-30 22:25:54 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-12-30 22:25:54 +0000
multimedia/libopenshot: Fix typo on USES= compiler
PR: 268317
Reported by: tatsuki_makino@hotmail.com
---
multimedia/libopenshot/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/multimedia/libopenshot/Makefile b/multimedia/libopenshot/Makefile
index 30f67e23ded9..1d0a5ff89bfe 100644
--- a/multimedia/libopenshot/Makefile
+++ b/multimedia/libopenshot/Makefile
@@ -55,7 +55,7 @@ OPENCV_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_OpenCV\
OPENCV_CMAKE_ON= -DOpenCV_DIR:STRING=${LOCALBASE:Q}/cmake/opencv4
.if !exists(/usr/include/omp.h)
-USES+= gcc-c++11-lib
+USES+= compiler:gcc-c++11-lib
.else
USES+= compiler:c++14-lang
.endif