diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-11-14 20:54:41 +0800 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-11-14 20:54:41 +0800 |
commit | 095fdbcf13a90691a5a37ad37344db9bb90dd0b6 (patch) | |
tree | 03c3b0ef919af7965310acdc0340a1fe82ac0f02 /audio | |
parent | 90979fb60fea38722690d6ded421298179a2664e (diff) | |
download | freebsd-ports-gnome-095fdbcf13a90691a5a37ad37344db9bb90dd0b6.tar.gz freebsd-ports-gnome-095fdbcf13a90691a5a37ad37344db9bb90dd0b6.tar.zst freebsd-ports-gnome-095fdbcf13a90691a5a37ad37344db9bb90dd0b6.zip |
Track libnotify update
Diffstat (limited to 'audio')
-rw-r--r-- | audio/goobox/Makefile | 4 | ||||
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 4 | ||||
-rw-r--r-- | audio/rhythmbox/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/audio/goobox/Makefile b/audio/goobox/Makefile index 85263055f0a3..d41ba3389284 100644 --- a/audio/goobox/Makefile +++ b/audio/goobox/Makefile @@ -8,7 +8,7 @@ PORTNAME= goobox PORTVERSION= 0.9.93 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -42,7 +42,7 @@ BROKEN= does not build on 4.X .endif .if !defined(WITHOUT_NOTIFY) -LIB_DEPENDS+= notify.2:${PORTSDIR}/devel/libnotify +LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify CONFIGURE_ARGS+= --enable-notification .else CONFIGURE_ARGS+= --disable-notification diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index 9d627a851942..93201d3964ab 100644 --- a/audio/rhythmbox-devel/Makefile +++ b/audio/rhythmbox-devel/Makefile @@ -8,7 +8,7 @@ PORTNAME= rhythmbox PORTVERSION= 0.9.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9 @@ -83,7 +83,7 @@ CONFIGURE_ARGS+= --disable-daap .endif .if !defined(WITHOUT_NOTIFY) -LIB_DEPENDS+= notify.2:${PORTSDIR}/devel/libnotify +LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify .else CONFIGURE_ARGS+= --disable-libnotify .endif diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 9d627a851942..93201d3964ab 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -8,7 +8,7 @@ PORTNAME= rhythmbox PORTVERSION= 0.9.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9 @@ -83,7 +83,7 @@ CONFIGURE_ARGS+= --disable-daap .endif .if !defined(WITHOUT_NOTIFY) -LIB_DEPENDS+= notify.2:${PORTSDIR}/devel/libnotify +LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify .else CONFIGURE_ARGS+= --disable-libnotify .endif |