diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-05 09:57:57 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-05 09:57:57 +0800 |
commit | 78a5d633e37540025860f1c4182cc532683f7425 (patch) | |
tree | 895d5104746a44bc19cf18c8f956db19946bd0d4 /audio/rhythmbox-devel | |
parent | e666a071969211e9298acf0c15ad62625b7425c3 (diff) | |
download | marcuscom-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
Diffstat (limited to 'audio/rhythmbox-devel')
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 5 |
1 files changed, 3 insertions, 2 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 |