git: ea5d9fbcf23f - main - multimedia/cheese: Really fix build following 1ac2359a88f6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 21 May 2022 14:15:20 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=ea5d9fbcf23fb6511f54384a1bd6b6f21d362d23 commit ea5d9fbcf23fb6511f54384a1bd6b6f21d362d23 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2022-05-21 14:13:33 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2022-05-21 14:13:33 +0000 multimedia/cheese: Really fix build following 1ac2359a88f6 libcanberra-gtk2 must also be installed. Fixes: b48f2d00018e --- multimedia/cheese/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/multimedia/cheese/Makefile b/multimedia/cheese/Makefile index 63f35ca0c541..e3da4977534b 100644 --- a/multimedia/cheese/Makefile +++ b/multimedia/cheese/Makefile @@ -2,6 +2,7 @@ PORTNAME= cheese PORTVERSION= 41.1 +PORTREVISION= 1 CATEGORIES= multimedia gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome @@ -17,6 +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.so:audio/libcanberra \ libclutter-1.0.so:graphics/clutter \ libcogl.so:graphics/cogl \