aboutsummaryrefslogtreecommitdiff
path: root/port-files
diff options
context:
space:
mode:
Diffstat (limited to 'port-files')
-rw-r--r--port-files/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/port-files/Makefile b/port-files/Makefile
index d5c23b25..8454834a 100644
--- a/port-files/Makefile
+++ b/port-files/Makefile
@@ -30,7 +30,9 @@ MULTIMEDIA_DESC= Install multimedia support backend (gstreamer)
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MMULTIMEDIA}
-RUN_DEPENDS+= gstreamer-plugins>=0:${PORTSDIR}/multimedia/gstreamer-plugins
+RUN_DEPENDS+= gstreamer-plugins-core>=0:${PORTSDIR}/multimedia/gstreamer-plugins-core \
+ gstreamer-plugins-ogg>=0:${PORTSDIR}/multimedia/gstreamer-plugins-ogg \
+ gstreamer-plugins-vorbis>=0:${PORTSDIR}/multimedia/gstreamer-plugins-vorbis \
.endif
MAKE_JOBS_UNSAFE=yes
bgstack15