diff options
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 e9310c1723e9..af90b8131666 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -8,6 +8,7 @@ PORTNAME= rhythmbox PORTVERSION= 0.9.5 +PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9 @@ -78,7 +79,7 @@ CONFIGURE_ARGS+= --disable-daap .endif .if !defined(WITHOUT_NOTIFY) -LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify +LIB_DEPENDS+= notify.2:${PORTSDIR}/devel/libnotify .else CONFIGURE_ARGS+= --disable-libnotify .endif |