summaryrefslogtreecommitdiffstats
path: root/audio/rhythmbox-devel
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-06-29 13:21:12 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-06-29 13:21:12 +0800
commiteb980109e439fac795d819bdc88846cdb7f3c859 (patch)
tree958ef66c4af09bbaa87316a808ada25a012c3e36 /audio/rhythmbox-devel
parentb76420a91df7463616d9dbcb6d7ec53a20866db4 (diff)
downloadmarcuscom-ports-eb980109e439fac795d819bdc88846cdb7f3c859.tar
marcuscom-ports-eb980109e439fac795d819bdc88846cdb7f3c859.tar.gz
marcuscom-ports-eb980109e439fac795d819bdc88846cdb7f3c859.tar.bz2
marcuscom-ports-eb980109e439fac795d819bdc88846cdb7f3c859.tar.lz
marcuscom-ports-eb980109e439fac795d819bdc88846cdb7f3c859.tar.xz
marcuscom-ports-eb980109e439fac795d819bdc88846cdb7f3c859.tar.zst
marcuscom-ports-eb980109e439fac795d819bdc88846cdb7f3c859.zip
Chase the libnotify shared lib version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6498 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/rhythmbox-devel')
-rw-r--r--audio/rhythmbox-devel/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile
index ab0b2b1f0..bad6c7d23 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.61 2006/06/14 04:54:00 marcus Exp $
+# $MCom: ports/audio/rhythmbox/Makefile,v 1.62 2006/06/19 05:49:03 marcus Exp $
#
PORTNAME= rhythmbox
PORTVERSION= 0.9.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9
@@ -79,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