1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

remove dependency on multimedia/phonon-gstreamer

This commit is contained in:
Max Brazhnikov 2009-08-05 19:16:10 +00:00
parent c8a6eb3957
commit ab0785a3e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239002

View File

@ -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}