svn commit: r321334 - head/mail/claws-mail-notification

Pawel Pekala pawel at FreeBSD.org
Wed Jun 19 21:40:24 UTC 2013


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
 


More information about the svn-ports-head mailing list