summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-05 09:57:57 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-05 09:57:57 +0800
commit78a5d633e37540025860f1c4182cc532683f7425 (patch)
tree895d5104746a44bc19cf18c8f956db19946bd0d4
parente666a071969211e9298acf0c15ad62625b7425c3 (diff)
downloadmarcuscom-ports-78a5d633e37540025860f1c4182cc532683f7425.tar
marcuscom-ports-78a5d633e37540025860f1c4182cc532683f7425.tar.gz
marcuscom-ports-78a5d633e37540025860f1c4182cc532683f7425.tar.bz2
marcuscom-ports-78a5d633e37540025860f1c4182cc532683f7425.tar.lz
marcuscom-ports-78a5d633e37540025860f1c4182cc532683f7425.tar.xz
marcuscom-ports-78a5d633e37540025860f1c4182cc532683f7425.tar.zst
marcuscom-ports-78a5d633e37540025860f1c4182cc532683f7425.zip
Sync with FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9139 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--audio/rhythmbox-devel/Makefile5
-rw-r--r--audio/rhythmbox/Makefile5
2 files changed, 6 insertions, 4 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile
index 654419f47..9ee0c9029 100644
--- a/audio/rhythmbox-devel/Makefile
+++ b/audio/rhythmbox-devel/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/audio/rhythmbox/Makefile,v 1.78 2007/06/07 14:05:45 ahze Exp $
+# $MCom: ports/audio/rhythmbox/Makefile,v 1.79 2007/06/10 18:49:50 marcus Exp $
#
PORTNAME= rhythmbox
PORTVERSION= 0.10.1
-PORTREVISION= 2
+PORTREVISION= 3
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 654419f47..9ee0c9029 100644
--- a/audio/rhythmbox/Makefile
+++ b/audio/rhythmbox/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/audio/rhythmbox/Makefile,v 1.78 2007/06/07 14:05:45 ahze Exp $
+# $MCom: ports/audio/rhythmbox/Makefile,v 1.79 2007/06/10 18:49:50 marcus Exp $
#
PORTNAME= rhythmbox
PORTVERSION= 0.10.1
-PORTREVISION= 2
+PORTREVISION= 3
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