Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Mar 2019 11:41:34 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r495350 - branches/2019Q1/audio/musicpd
Message-ID:  <201903111141.x2BBfYHt013959@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903111141.x2BBfYHt013959>