diff options
author | makc <makc@FreeBSD.org> | 2009-08-06 03:16:10 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-08-06 03:16:10 +0800 |
commit | b7571ad0930d3cfa995d66a86d6019a645871d7a (patch) | |
tree | 811dec02f385f107601f3fa69e67e4bb8551ed4a /x11/kde4 | |
parent | dc6cbcb65bcca2e1b0b8a28690f01381b11856ff (diff) | |
download | freebsd-ports-gnome-b7571ad0930d3cfa995d66a86d6019a645871d7a.tar.gz freebsd-ports-gnome-b7571ad0930d3cfa995d66a86d6019a645871d7a.tar.zst freebsd-ports-gnome-b7571ad0930d3cfa995d66a86d6019a645871d7a.zip |
remove dependency on multimedia/phonon-gstreamer
Diffstat (limited to 'x11/kde4')
-rw-r--r-- | x11/kde4/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/kde4/Makefile b/x11/kde4/Makefile index 9508c2fb6810..8e1909732e29 100644 --- a/x11/kde4/Makefile +++ b/x11/kde4/Makefile @@ -29,10 +29,9 @@ OPTIONS= KDEACCESSIBILITY "Accessibility applications" on \ KDETOYS "Miscellaneous small applications" on \ KDEUTILS "Utilities like kcalc, kcharselect, etc" on \ KDEWEBDEV "Website development environment" on \ - XINE "Xine backend for Phonon (recommended)" on \ - GSTREAMER "Gstreamer backend for Phonon" off + XINE "Xine backend for Phonon" on -USE_KDE4= kdelibs kdebase pimlibs workspace kdeprefix runtime +USE_KDE4= kdelibs kdebase pimlibs workspace kdeprefix runtime oxygen NO_BUILD= yes .include <bsd.port.pre.mk> @@ -82,9 +81,6 @@ RUN_DEPENDS+= kdewebdev>=4:${PORTSDIR}/www/kdewebdev4 .if !defined(WITHOUT_XINE) RUN_DEPENDS+= ${KDE4_PREFIX}/lib/kde4/plugins/phonon_backend/phonon_xine.so:${PORTSDIR}/multimedia/phonon-xine .endif -.if defined(WITH_GSTREAMER) -RUN_DEPENDS+= ${KDE4_PREFIX}/lib/kde4/plugins/phonon_backend/phonon_gstreamer.so:${PORTSDIR}/multimedia/phonon-gstreamer -.endif do-install: ${DO_NADA} |