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-kde4 | |
parent | 569f1464c1fd8dbe28eb1d3e0a15e1c59f82c340 (diff) | |
download | ports-6141a29688b77d4ea0b6e1ddc0e324c1330b53da.tar.gz ports-6141a29688b77d4ea0b6e1ddc0e324c1330b53da.zip |
Notes
Diffstat (limited to 'audio/amarok-kde4')
-rw-r--r-- | audio/amarok-kde4/Makefile | 2 |
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 |