aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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