From b60f1c21b5323936eade572d73ef6c6db7987ccc Mon Sep 17 00:00:00 2001 From: pawel Date: Wed, 19 Jun 2013 21:40:24 +0000 Subject: Add dependency on audio/libcanberra used for sound notifications --- mail/claws-mail-notification/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mail/claws-mail-notification/Makefile b/mail/claws-mail-notification/Makefile index c89a833f1991..b62a43e9c403 100644 --- a/mail/claws-mail-notification/Makefile +++ b/mail/claws-mail-notification/Makefile @@ -2,11 +2,12 @@ # $FreeBSD$ PORTNAME= notification -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= New mail notification plugin for Claws Mail -LIB_DEPENDS= notify:${PORTSDIR}/devel/libnotify +LIB_DEPENDS= canberra-gtk:${PORTSDIR}/audio/libcanberra \ + notify:${PORTSDIR}/devel/libnotify CLAWS_PLUGINS_BUILD= notification -- cgit