From owner-svn-ports-all@FreeBSD.ORG Wed Jun 19 21:40:24 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B83ABDF4; Wed, 19 Jun 2013 21:40:24 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id AB4CB10D8; Wed, 19 Jun 2013 21:40:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5JLeOSf055004; Wed, 19 Jun 2013 21:40:24 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5JLeOnq055003; Wed, 19 Jun 2013 21:40:24 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201306192140.r5JLeOnq055003@svn.freebsd.org> From: Pawel Pekala Date: Wed, 19 Jun 2013 21:40:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321334 - head/mail/claws-mail-notification X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jun 2013 21:40:24 -0000 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