diff options
author | Ken Moore <ken@pcbsd.org> | 2015-03-30 09:47:59 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-03-30 09:47:59 -0400 |
commit | 364632e70cb4405f83765747bc5658da60f59459 (patch) | |
tree | 22d129c12c00296cdcbf93cd4a72cc43691f1d3a /port-files/Makefile | |
parent | Add usage support for the XDG autostart specifications. This is currently on ... (diff) | |
parent | Oops, fix a leftover forward-slash in the Makefile (diff) | |
download | lumina-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/Makefile | 2 |
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 |