diff options
author | marcus <marcus@FreeBSD.org> | 2007-07-05 09:56:48 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-07-05 09:56:48 +0800 |
commit | a947e28506fb3a83331f4608219cf00267310b19 (patch) | |
tree | 3ee5e1a20a018c12514f5069e0b598e2174a8982 /audio/rhythmbox | |
parent | a40f23f560b8a57a88bc275f999c2882b55129e3 (diff) | |
download | freebsd-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/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 |