git: 199142748e4a - main - multimedia/cheese: Fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 21 May 2022 14:49:20 UTC
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 \