git: 0b6fb0695f0a - main - graphics/opencv: fix ffmpeg option desc

Tobias C. Berner tcberner at FreeBSD.org
Sun Jul 18 14:00:14 UTC 2021


The branch main has been updated by tcberner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0b6fb0695f0ac655fd7636d1be60802edfc8555e

commit 0b6fb0695f0ac655fd7636d1be60802edfc8555e
Author:     Tobias C. Berner <tcberner at FreeBSD.org>
AuthorDate: 2021-07-18 13:59:17 +0000
Commit:     Tobias C. Berner <tcberner at FreeBSD.org>
CommitDate: 2021-07-18 13:59:17 +0000

    graphics/opencv: fix ffmpeg option desc
    
    - Fix typo by remmoving it (the circular dependency is not an issue in
      opencv 4.x)
    
    Reported by:            arrowd
---
 graphics/opencv/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile
index c95dab416273..6dc484aa9f80 100644
--- a/graphics/opencv/Makefile
+++ b/graphics/opencv/Makefile
@@ -141,7 +141,7 @@ DC1394_DESC=		IEEE 1394 camera support
 DC1394_CMAKE_BOOL=	WITH_1394
 DC1394_LIB_DEPENDS=	libdc1394.so:multimedia/libdc1394
 
-FFMPEG_DESC=		Link with ffmpeg, circular dependancy possible
+FFMPEG_DESC=		Link with ffmpeg
 FFMPEG_CMAKE_BOOL=	WITH_FFMPEG
 FFMPEG_LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg
 


More information about the dev-commits-ports-all mailing list