diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2013-11-25 16:11:53 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2013-11-25 16:11:53 +0000 |
commit | e7dc7e78a452bfb13fe57081fcc6ac11b4c7c6b6 (patch) | |
tree | 664920fa2e5a30270971288d2afbbea4a7c05aa0 /audio/moc/Makefile | |
parent | 2c8211c3eaff6707a81b17da7b6f85f6343cf6d6 (diff) | |
download | ports-e7dc7e78a452bfb13fe57081fcc6ac11b4c7c6b6.tar.gz ports-e7dc7e78a452bfb13fe57081fcc6ac11b4c7c6b6.zip |
Notes
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 |