aboutsummaryrefslogtreecommitdiffstats
path: root/audio/amarok-kde4
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-04-08 03:49:38 +0800
committermarcus <marcus@FreeBSD.org>2004-04-08 03:49:38 +0800
commit5cb95113ffe28a97a42cdb41160a4944ecda0098 (patch)
tree5e3c79d9cf772df09127e0d5a896c654bed42e6a /audio/amarok-kde4
parent11fe73ab995cff0131f7acc45ebbec8058c825f3 (diff)
downloadfreebsd-ports-gnome-5cb95113ffe28a97a42cdb41160a4944ecda0098.tar.gz
freebsd-ports-gnome-5cb95113ffe28a97a42cdb41160a4944ecda0098.tar.zst
freebsd-ports-gnome-5cb95113ffe28a97a42cdb41160a4944ecda0098.zip
Chase the gstreamer-plugins shared lib version.
Diffstat (limited to 'audio/amarok-kde4')
-rw-r--r--audio/amarok-kde4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile
index d848efdd193b..89105ce3b957 100644
--- a/audio/amarok-kde4/Makefile
+++ b/audio/amarok-kde4/Makefile
@@ -17,7 +17,7 @@ COMMENT= Media player for KDE
LIB_DEPENDS= artsgui:${PORTSDIR}/multimedia/kdemultimedia3
.if defined(WITH_GSTREAMER)
-LIB_DEPENDS+= gstplay-0.6.1:${PORTSDIR}/multimedia/gstreamer-plugins
+LIB_DEPENDS+= gstplay-0.8.1:${PORTSDIR}/multimedia/gstreamer-plugins
.else
CONFIGURE_ARGS= --without-gstreamer
.endif