aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--port-files/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/port-files/Makefile b/port-files/Makefile
index 8454834a..d9eaf018 100644
--- a/port-files/Makefile
+++ b/port-files/Makefile
@@ -32,7 +32,7 @@ MULTIMEDIA_DESC= Install multimedia support backend (gstreamer)
.if ${PORT_OPTIONS:MMULTIMEDIA}
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 \
+ gstreamer-plugins-vorbis>=0:${PORTSDIR}/multimedia/gstreamer-plugins-vorbis
.endif
MAKE_JOBS_UNSAFE=yes
bgstack15