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/tunapie | |
parent | ed8b4c417f9858310b43b78c1c162aca91659812 (diff) | |
download | freebsd-ports-gnome-0c2e875b4259bbe7ea0267e82b9e72e1e01e6765.tar.gz freebsd-ports-gnome-0c2e875b4259bbe7ea0267e82b9e72e1e01e6765.tar.zst freebsd-ports-gnome-0c2e875b4259bbe7ea0267e82b9e72e1e01e6765.zip |
update audacious to 2.0.1
bump portrevision on dependant ports
Diffstat (limited to 'multimedia/tunapie')
-rw-r--r-- | multimedia/tunapie/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/tunapie/Makefile b/multimedia/tunapie/Makefile index 54a5ae636337..09456fa7ecac 100644 --- a/multimedia/tunapie/Makefile +++ b/multimedia/tunapie/Makefile @@ -7,7 +7,7 @@ PORTNAME= tunapie PORTVERSION= 2.1.14 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= multimedia audio MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION:S,.r,rc,} @@ -71,7 +71,7 @@ RUN_DEPENDS+= mplayer:${PORTSDIR}/multimedia/mplayer # default AUDIOPLAYER .if defined(WITH_AUDACIOUS) -RUN_DEPENDS+= ${PREFIX}/lib/audacious/Container/libpls.so:${PORTSDIR}/multimedia/audacious-plugins +RUN_DEPENDS+= ${PREFIX}/lib/audacious/Container/pls.so:${PORTSDIR}/multimedia/audacious-plugins .elifdef(WITH_BEEP_MEDIA_PLAYER) RUN_DEPENDS+= beep-media-player:${PORTSDIR}/multimedia/beep-media-player .else |