aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2022-12-30 22:25:54 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2022-12-30 22:25:54 +0000
commit1a39b2a730ab71e8b6883421daa95a4b8eadcf08 (patch)
tree499b3c51e8049f2824cbf9834062776d64e6a8a9
parent748e437f4032bc8f82099999ca51ed4da994458f (diff)
downloadports-1a39b2a730ab71e8b6883421daa95a4b8eadcf08.tar.gz
ports-1a39b2a730ab71e8b6883421daa95a4b8eadcf08.zip
multimedia/libopenshot: Fix typo on USES= compiler
PR: 268317 Reported by: tatsuki_makino@hotmail.com
-rw-r--r--multimedia/libopenshot/Makefile2
1 files changed, 1 insertions, 1 deletions
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