Date: Sat, 21 May 2022 14:49:20 GMT From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 199142748e4a - main - multimedia/cheese: Fix typo Message-ID: <202205211449.24LEnK5k086023@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=199142748e4aa7ffae22155609f997823f1f35e3 commit 199142748e4aa7ffae22155609f997823f1f35e3 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2022-05-21 14:48:06 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2022-05-21 14:49:09 +0000 multimedia/cheese: Fix typo --- multimedia/cheese/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/cheese/Makefile b/multimedia/cheese/Makefile index e3da4977534b..1563f5630f09 100644 --- a/multimedia/cheese/Makefile +++ b/multimedia/cheese/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= v4l_compat>=0:multimedia/v4l_compat \ vala>=0.14.0:lang/vala \ itstool:textproc/itstool LIB_DEPENDS= libcanberra-gtk3.so:audio/libcanberra-gtk3 \ - libcanberra-gtk2.so:audio/libcanberra-gtk2 \ + libcanberra-gtk.so:audio/libcanberra-gtk2 \ libcanberra.so:audio/libcanberra \ libclutter-1.0.so:graphics/clutter \ libcogl.so:graphics/cogl \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205211449.24LEnK5k086023>