mail/claws-mail-notification: Fix RUN_DEPENDS with GTK3

claws-mail-notification was missing a required shared library:
libcanberra-gtk3.so.0

PR:		273804
This commit is contained in:
Ivan Rozhuk 2023-09-21 07:14:15 +02:00 committed by Juraj Lutter
parent cb7459705b
commit 94535f4e72
1 changed files with 10 additions and 2 deletions

View File

@ -3,8 +3,16 @@ PORTNAME= notification
COMMENT= New mail notification plugin for Claws Mail
WWW= https://www.claws-mail.org/plugin.php?plugin=notification
LIB_DEPENDS= libcanberra-gtk.so:audio/libcanberra-gtk2 \
libnotify.so:devel/libnotify
.include "../claws-mail/Makefile.ver"
.if ${MASTER_OPTIONS:MGTK2}
LIB_DEPENDS= libcanberra-gtk.so:audio/libcanberra-gtk2
.endif
.if ${MASTER_OPTIONS:MGTK3}
LIB_DEPENDS= libcanberra-gtk3.so:audio/libcanberra-gtk3
.endif
LIB_DEPENDS+= libnotify.so:devel/libnotify
CLAWS_PLUGINS_BUILD= ${PORTNAME}