diff options
author | pawel <pawel@FreeBSD.org> | 2013-06-20 05:40:24 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-06-20 05:40:24 +0800 |
commit | b60f1c21b5323936eade572d73ef6c6db7987ccc (patch) | |
tree | 147a679f1fb10e73d2e77f7beb58cfd694532e7b /mail | |
parent | 5ac5e4679eb5223700d3f4c2e21998e733668ec9 (diff) | |
download | freebsd-ports-gnome-b60f1c21b5323936eade572d73ef6c6db7987ccc.tar.gz freebsd-ports-gnome-b60f1c21b5323936eade572d73ef6c6db7987ccc.tar.zst freebsd-ports-gnome-b60f1c21b5323936eade572d73ef6c6db7987ccc.zip |
Add dependency on audio/libcanberra used for sound notifications
Diffstat (limited to 'mail')
-rw-r--r-- | mail/claws-mail-notification/Makefile | 5 |
1 files 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 |