git: 4bd9d66994d8 - main - graphics/opencv: Fix typo in GTK3 option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 01 Jan 2026 03:45:05 UTC
The branch main has been updated by jhale:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4bd9d66994d8b8d9a479534d9897b2092f180ca8
commit 4bd9d66994d8b8d9a479534d9897b2092f180ca8
Author: Eric Camachat <eric@camachat.org>
AuthorDate: 2026-01-01 03:43:37 +0000
Commit: Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2026-01-01 03:43:37 +0000
graphics/opencv: Fix typo in GTK3 option
PR: 292033
---
graphics/opencv/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile
index f3f95750e502..6d3664c009a4 100644
--- a/graphics/opencv/Makefile
+++ b/graphics/opencv/Makefile
@@ -107,7 +107,7 @@ TESSERACT_CMAKE_BOOL= WITH_TESSERACT
###
# GUI group options (GTK3 VTK)
-GTK3_USE= cairo,gdkpixbuf,gnome=gtk30
+GTK3_USE= GNOME=cairo,gdkpixbuf,gtk30
GTK3_CMAKE_BOOL= WITH_GTK
VTK_DESC= Include VTK library support (build opencv_viz module)