diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-07 19:49:38 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-07 19:49:38 +0000 |
commit | 6141a29688b77d4ea0b6e1ddc0e324c1330b53da (patch) | |
tree | 39fad04bb10886aed7ed6accf7d3801e6686951d /audio/amarok | |
parent | Use the gstreamerplugins GNOME component to chase the gstreamer-plugins (diff) |
Chase the gstreamer-plugins shared lib version.
Notes
Notes:
svn path=/head/; revision=106450
Diffstat (limited to 'audio/amarok')
-rw-r--r-- | audio/amarok/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index d848efdd193b..89105ce3b957 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/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 |