aboutsummaryrefslogtreecommitdiff
path: root/port-files/Makefile
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2015-03-30 09:47:59 -0400
committerKen Moore <ken@pcbsd.org>2015-03-30 09:47:59 -0400
commit364632e70cb4405f83765747bc5658da60f59459 (patch)
tree22d129c12c00296cdcbf93cd4a72cc43691f1d3a /port-files/Makefile
parentAdd usage support for the XDG autostart specifications. This is currently on ... (diff)
parentOops, fix a leftover forward-slash in the Makefile (diff)
downloadlumina-364632e70cb4405f83765747bc5658da60f59459.tar.gz
lumina-364632e70cb4405f83765747bc5658da60f59459.tar.bz2
lumina-364632e70cb4405f83765747bc5658da60f59459.zip
Merge branch 'master' of github.com:pcbsd/lumina
Diffstat (limited to 'port-files/Makefile')
-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