Date: Wed, 19 Jun 2013 21:40:24 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321334 - head/mail/claws-mail-notification Message-ID: <201306192140.r5JLeOnq055003@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Wed Jun 19 21:40:24 2013 New Revision: 321334 URL: http://svnweb.freebsd.org/changeset/ports/321334 Log: Add dependency on audio/libcanberra used for sound notifications Modified: head/mail/claws-mail-notification/Makefile Modified: head/mail/claws-mail-notification/Makefile ============================================================================== --- head/mail/claws-mail-notification/Makefile Wed Jun 19 21:37:29 2013 (r321333) +++ head/mail/claws-mail-notification/Makefile Wed Jun 19 21:40:24 2013 (r321334) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306192140.r5JLeOnq055003>