diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-07-05 01:56:48 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-07-05 01:56:48 +0000 |
commit | af274a0dfb2fb0db582094475faf1c68c95074ae (patch) | |
tree | 7166462784ef211901dbbd3ba06c0ebcb92ffc01 /audio/rhythmbox/Makefile | |
parent | f1ec09f0d692aacafd694dd23d8b43399051f397 (diff) | |
download | ports-af274a0dfb2fb0db582094475faf1c68c95074ae.tar.gz ports-af274a0dfb2fb0db582094475faf1c68c95074ae.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>
Notes
Notes:
svn path=/head/; revision=194963
Diffstat (limited to 'audio/rhythmbox/Makefile')
-rw-r--r-- | audio/rhythmbox/Makefile | 3 |
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 |