svn commit: r495350 - branches/2019Q1/audio/musicpd
Thomas Zander
riggs at FreeBSD.org
Mon Mar 11 11:41:35 UTC 2019
Author: riggs
Date: Mon Mar 11 11:41:34 2019
New Revision: 495350
URL: https://svnweb.freebsd.org/changeset/ports/495350
Log:
MFH: r495349
Fix vorbis dependencies: VORBISENC implies VORBIS
PR: 236448
Submitted by: tobik
Approved by: ports-secteam (riggs)
Modified:
branches/2019Q1/audio/musicpd/Makefile
Directory Properties:
branches/2019Q1/ (props changed)
Modified: branches/2019Q1/audio/musicpd/Makefile
==============================================================================
--- branches/2019Q1/audio/musicpd/Makefile Mon Mar 11 11:37:05 2019 (r495349)
+++ branches/2019Q1/audio/musicpd/Makefile Mon Mar 11 11:41:34 2019 (r495350)
@@ -123,6 +123,7 @@ WILDMIDI_MESON_ON= -Dwildmidi=enabled
WILDMIDI_LIB_DEPENDS= libWildMidi.so:audio/wildmidi
# Encoder plugins
+VORBISENC_IMPLIES= VORBIS
VORBISENC_MESON_ON= -Dvorbisenc=enabled
VORBISENC_LIB_DEPENDS= libvorbisenc.so:audio/libvorbis
LAME_MESON_ON= -Dlame=enabled
More information about the svn-ports-branches
mailing list