Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2013 21:44:49 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337812 - head/audio/musicpd
Message-ID:  <201312272144.rBRLinUm036142@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Fri Dec 27 21:44:48 2013
New Revision: 337812
URL: http://svnweb.freebsd.org/changeset/ports/337812

Log:
  Remove removed configure switch
  
  PR:		ports/185234
  Submitted by:	Zsolt Udvari <udvzsolt@gmail.com>

Modified:
  head/audio/musicpd/Makefile

Modified: head/audio/musicpd/Makefile
==============================================================================
--- head/audio/musicpd/Makefile	Fri Dec 27 21:35:41 2013	(r337811)
+++ head/audio/musicpd/Makefile	Fri Dec 27 21:44:48 2013	(r337812)
@@ -73,8 +73,7 @@ IGNORE=${MSG}  You also have musicpd.con
 .if ${PORT_OPTIONS:MFLAC}
 LIB_DEPENDS+=	libFLAC.so:${PORTSDIR}/audio/flac
 .else
-CONFIGURE_ARGS+=--disable-flac \
-		--disable-oggflac
+CONFIGURE_ARGS+=--disable-flac
 .endif
 
 .if ${PORT_OPTIONS:MVORBIS}



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