git: 1ffe09772346 - main - deskutils/gnome-contacts: remove CHEESE option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Sep 2023 13:42:19 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=1ffe09772346d6f394cfd44c30dfa7d46355ed0d commit 1ffe09772346d6f394cfd44c30dfa7d46355ed0d Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-09-08 21:16:59 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-09-09 13:41:19 +0000 deskutils/gnome-contacts: remove CHEESE option Cheese is now required: Run-time dependency cheese found: NO (tried pkgconfig) meson.build:59:13: ERROR: Dependency "cheese" not found, tried pkgconfig --- deskutils/gnome-contacts/Makefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/deskutils/gnome-contacts/Makefile b/deskutils/gnome-contacts/Makefile index 248c3d3b2d4c..226d67ce7d6e 100644 --- a/deskutils/gnome-contacts/Makefile +++ b/deskutils/gnome-contacts/Makefile @@ -12,6 +12,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libchamplain-0.12.so:graphics/libchamplain \ + libcheese-gtk.so:multimedia/cheese \ libclutter-1.0.so:graphics/clutter \ libclutter-gtk-1.0.so:graphics/clutter-gtk3 \ libcogl.so:graphics/cogl \ @@ -45,19 +46,10 @@ OPTIONS_SUB= yes OPTIONS_DEFINE= MANPAGES OPTIONS_DEFAULT= MANPAGES -OPTIONS_DEFINE_i386= CHEESE -OPTIONS_DEFINE_amd64= CHEESE -OPTIONS_DEFAULT_i386= CHEESE -OPTIONS_DEFAULT_amd64= CHEESE - MANPAGES_MESON_TRUE= manpage MANPAGES_USE= GNOME=libxslt:build MANPAGES_BUILD_DEPENDS= docbook-xml>=0:textproc/docbook-xml \ docbook-xsl-ns>=0:textproc/docbook-xsl-ns \ docbook-xsl>=0:textproc/docbook-xsl -CHEESE_DESC= Cheese webcam support -CHEESE_MESON_ENABLED= cheese -CHEESE_LIB_DEPENDS= libcheese-gtk.so:multimedia/cheese - .include <bsd.port.mk>