git: 1a23ee06e43f - main - graphics/gegl: unbreak with --auto-features=enabled
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Mar 2023 19:59:59 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1a23ee06e43f596addde232a69b3a7c8b649659e
commit 1a23ee06e43f596addde232a69b3a7c8b649659e
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-20 19:38:12 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-03-20 19:58:58 +0000
graphics/gegl: unbreak with --auto-features=enabled
meson.build:404:0: ERROR: Dependency "maxflow" not found, tried pkgconfig
PR: 270361
---
graphics/gegl/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile
index cd837c200cd4..724e05580c4f 100644
--- a/graphics/gegl/Makefile
+++ b/graphics/gegl/Makefile
@@ -30,6 +30,7 @@ MESON_ARGS= -Ddocs=false \
-Dlensfun=disabled \
-Dlibjpeg=enabled \
-Dlibpng=enabled \
+ -Dmaxflow=disabled \
-Dmrg=disabled \
-Dpygobject=disabled \
-Dlua=disabled