diff options
author | jadawin <jadawin@FreeBSD.org> | 2013-11-26 00:11:53 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2013-11-26 00:11:53 +0800 |
commit | 86b775920f326075a81d07646846290d17084953 (patch) | |
tree | 664920fa2e5a30270971288d2afbbea4a7c05aa0 /audio/moc/Makefile | |
parent | 058b1c49f3432537e19c3fed944d347761ca3c5d (diff) | |
download | freebsd-ports-gnome-86b775920f326075a81d07646846290d17084953.tar.gz freebsd-ports-gnome-86b775920f326075a81d07646846290d17084953.tar.zst freebsd-ports-gnome-86b775920f326075a81d07646846290d17084953.zip |
- FLAC support by default
PR: ports/177193
Submitted by: Luke <lukek@rogers.com>
Approved by: maintainer
Diffstat (limited to 'audio/moc/Makefile')
-rw-r--r-- | audio/moc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/moc/Makefile b/audio/moc/Makefile index 839666ad324a..1cb52ed37ee9 100644 --- a/audio/moc/Makefile +++ b/audio/moc/Makefile @@ -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 |