Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Dec 2022 22:28:26 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1a39b2a730ab - main - multimedia/libopenshot: Fix typo on USES= compiler
Message-ID:  <202212302228.2BUMSQCo060678@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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