svn commit: r334860 - head/audio/moc
Philippe Audeoud
jadawin at FreeBSD.org
Mon Nov 25 16:11:54 UTC 2013
Author: jadawin
Date: Mon Nov 25 16:11:53 2013
New Revision: 334860
URL: http://svnweb.freebsd.org/changeset/ports/334860
Log:
- FLAC support by default
PR: ports/177193
Submitted by: Luke <lukek at rogers.com>
Approved by: maintainer
Modified:
head/audio/moc/Makefile
Modified: head/audio/moc/Makefile
==============================================================================
--- head/audio/moc/Makefile Mon Nov 25 16:11:05 2013 (r334859)
+++ head/audio/moc/Makefile Mon Nov 25 16:11:53 2013 (r334860)
@@ -3,7 +3,7 @@
PORTNAME= moc
PORTVERSION= 2.4.4
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= audio
MASTER_SITES= ftp://ftp.daper.net/pub/soft/moc/stable/
@@ -22,7 +22,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= JACK MP3 FFMPEG MUSEPACK VORBIS FLAC SNDFILE SPEEX SAMPLERATE CURL RCC
-OPTIONS_DEFAULT= MP3 VORBIS CURL
+OPTIONS_DEFAULT= MP3 VORBIS FLAC CURL
CURL_DESC= curl support (Internet streams)
RCC_DESC= RCC support
More information about the svn-ports-all
mailing list