summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-07-05 01:56:48 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-07-05 01:56:48 +0000
commitaf274a0dfb2fb0db582094475faf1c68c95074ae (patch)
tree7166462784ef211901dbbd3ba06c0ebcb92ffc01 /audio
parentUpdate to 2.8.4. (diff)
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>
Notes
Notes: svn path=/head/; revision=194963
Diffstat (limited to 'audio')
-rw-r--r--audio/rhythmbox-devel/Makefile3
-rw-r--r--audio/rhythmbox/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile
index 119910e2d10c..9810703b3692 100644
--- a/audio/rhythmbox-devel/Makefile
+++ b/audio/rhythmbox-devel/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
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