diff options
author | Kris Moore <kris@pcbsd.org> | 2015-03-30 12:56:36 -0400 |
---|---|---|
committer | Kris Moore <kris@pcbsd.org> | 2015-03-30 12:56:36 -0400 |
commit | 5dc8ebdab3eb26801a9ddb5cde96aeca6cd08c24 (patch) | |
tree | 37708497ec9381da6afd503e2e448c14477ed53a /port-files | |
parent | Don't package the Artwork directory (diff) | |
download | lumina-5dc8ebdab3eb26801a9ddb5cde96aeca6cd08c24.tar.gz lumina-5dc8ebdab3eb26801a9ddb5cde96aeca6cd08c24.tar.bz2 lumina-5dc8ebdab3eb26801a9ddb5cde96aeca6cd08c24.zip |
Fix location of ogg / vorbis gstreamer plugins
Diffstat (limited to 'port-files')
-rw-r--r-- | port-files/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/port-files/Makefile b/port-files/Makefile index d9eaf018..c584423a 100644 --- a/port-files/Makefile +++ b/port-files/Makefile @@ -31,8 +31,8 @@ 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-ogg>=0:${PORTSDIR}/audio/gstreamer-plugins-ogg \ + gstreamer-plugins-vorbis>=0:${PORTSDIR}/audio/gstreamer-plugins-vorbis .endif MAKE_JOBS_UNSAFE=yes |