aboutsummaryrefslogtreecommitdiffstats
path: root/audio/rhythmbox
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2007-07-05 09:56:48 +0800
committermarcus <marcus@FreeBSD.org>2007-07-05 09:56:48 +0800
commita947e28506fb3a83331f4608219cf00267310b19 (patch)
tree3ee5e1a20a018c12514f5069e0b598e2174a8982 /audio/rhythmbox
parenta40f23f560b8a57a88bc275f999c2882b55129e3 (diff)
downloadfreebsd-ports-gnome-a947e28506fb3a83331f4608219cf00267310b19.tar.gz
freebsd-ports-gnome-a947e28506fb3a83331f4608219cf00267310b19.tar.zst
freebsd-ports-gnome-a947e28506fb3a83331f4608219cf00267310b19.zip
Add an explicit RUN_DEPENDS on notification-daemon if notify support is
requested. libnotify without notification-daemon doesn't really do much. PR: 114063 Submitted by: Yuri Pankov <yuri@darklight.org.ru>
Diffstat (limited to 'audio/rhythmbox')
-rw-r--r--audio/rhythmbox/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile
index 119910e2d10c..9810703b3692 100644
--- a/audio/rhythmbox/Makefile
+++ b/audio/rhythmbox/Makefile
@@ -8,7 +8,7 @@
PORTNAME= rhythmbox
PORTVERSION= 0.10.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.10
@@ -94,6 +94,7 @@ PLIST_SUB+= DAAP="@comment "
.if !defined(WITHOUT_NOTIFY)
LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify
+RUN_DEPENDS+= ${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon
.else
CONFIGURE_ARGS+= --disable-libnotify
.endif