diff options
author | oliver <oliver@FreeBSD.org> | 2009-05-21 15:47:01 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2009-05-21 15:47:01 +0800 |
commit | 0c2e875b4259bbe7ea0267e82b9e72e1e01e6765 (patch) | |
tree | 26f5abd93e0d73326262a8998ea792a0436351d7 /multimedia/xfce4-xmms-plugin | |
parent | ed8b4c417f9858310b43b78c1c162aca91659812 (diff) | |
download | freebsd-ports-graphics-0c2e875b4259bbe7ea0267e82b9e72e1e01e6765.tar.gz freebsd-ports-graphics-0c2e875b4259bbe7ea0267e82b9e72e1e01e6765.tar.zst freebsd-ports-graphics-0c2e875b4259bbe7ea0267e82b9e72e1e01e6765.zip |
update audacious to 2.0.1
bump portrevision on dependant ports
Diffstat (limited to 'multimedia/xfce4-xmms-plugin')
-rw-r--r-- | multimedia/xfce4-xmms-plugin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/xfce4-xmms-plugin/Makefile b/multimedia/xfce4-xmms-plugin/Makefile index 783ae299047..a9711aa7bd3 100644 --- a/multimedia/xfce4-xmms-plugin/Makefile +++ b/multimedia/xfce4-xmms-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-xmms-plugin PORTVERSION= 0.5.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia audio xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 @@ -37,7 +37,7 @@ RUN_DEPENDS+= xmms:${PORTSDIR}/multimedia/xmms .endif .if defined(WITH_AUDACIOUS) -RUN_DEPENDS+= audacious:${PORTSDIR}/multimedia/audacious +RUN_DEPENDS+= audacious2:${PORTSDIR}/multimedia/audacious .endif post-patch: |