diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-01 04:01:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-01 04:01:41 +0000 |
commit | 25b98f2013932b8a89f666faabf4d72bc36c1af2 (patch) | |
tree | 824dac56ab64326850c9f17af463875024ea2c84 /audio | |
parent | 07b6aa4bc800ec403d9188f2a774912ca6323fca (diff) | |
download | ports-25b98f2013932b8a89f666faabf4d72bc36c1af2.tar.gz ports-25b98f2013932b8a89f666faabf4d72bc36c1af2.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/abcde/Makefile | 5 | ||||
-rw-r--r-- | audio/grip/Makefile | 11 | ||||
-rw-r--r-- | audio/pacpl/Makefile | 7 |
3 files changed, 2 insertions, 21 deletions
diff --git a/audio/abcde/Makefile b/audio/abcde/Makefile index 614d8ad0ec5d..b78e531428fe 100644 --- a/audio/abcde/Makefile +++ b/audio/abcde/Makefile @@ -29,7 +29,6 @@ OPTIONS= CDDA2WAV "support cdda2wav to rip CD" Off \ DAGRAB "support dagrab to rip IDE CD" Off \ EJECT "enable auto-eject support" Off \ GOGO "support gogo MP3 encoder" Off \ - BLADEENC "support BladeEnc MP3 encoder" Off \ FLAC "support FLAC format" Off \ AAC "support AAC format" Off \ MPP "support Musepack format" Off \ @@ -69,10 +68,6 @@ RUN_DEPENDS+= speexenc:${PORTSDIR}/audio/speex RUN_DEPENDS+= gogo:${PORTSDIR}/audio/gogo .endif -.if defined(WITH_BLADEENC) -RUN_DEPENDS+= bladeenc:${PORTSDIR}/audio/bladeenc -.endif - .if defined(WITH_AAC) RUN_DEPENDS+= faac:${PORTSDIR}/audio/faac .endif diff --git a/audio/grip/Makefile b/audio/grip/Makefile index 7e01ad9abb73..3329401d19fb 100644 --- a/audio/grip/Makefile +++ b/audio/grip/Makefile @@ -33,8 +33,7 @@ OPTIONS+= LAME "Encoder: lame: Install audio/lame" off \ OPTIONS+= LAME "Encoder: lame: Install audio/lame" on \ VORBIS "Encoder: oggenc: Install audio/vorbis-tools" off .endif -OPTIONS+= BLADEENC "Encoder: bladeenc: Install audio/bladeenc" off \ - FAAC "Encoder: faac: Install audio/faac" off \ +OPTIONS+= FAAC "Encoder: faac: Install audio/faac" off \ FLAC "Encoder: flac: Install audio/flac" off \ GOGO "Encoder: gogo: Install audio/gogo" off @@ -57,10 +56,6 @@ CONFIGURE_ARGS+= --disable-cdpar USE_CDRTOOLS= yes .endif -.if defined(WITH_BLADEENC) -RUN_DEPENDS+= bladeenc:${PORTSDIR}/audio/bladeenc -.endif - .if defined(WITH_FAAC) RUN_DEPENDS+= faac:${PORTSDIR}/audio/faac .endif @@ -77,10 +72,6 @@ RUN_DEPENDS+= gogo:${PORTSDIR}/audio/gogo RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame .endif -.if defined(WITH_BLADEENC) -RUN_DEPENDS+= bladeenc:${PORTSDIR}/audio/bladeenc -.endif - .if defined(WITH_VORBIS) RUN_DEPENDS+= ogg123:${PORTSDIR}/audio/vorbis-tools .endif diff --git a/audio/pacpl/Makefile b/audio/pacpl/Makefile index 90d882a83c67..dd2d9f1a27c2 100644 --- a/audio/pacpl/Makefile +++ b/audio/pacpl/Makefile @@ -19,8 +19,7 @@ USE_PERL5_RUN= yes ONLY_FOR_ARCHS= i386 amd64 NO_BUILD= yes -OPTIONS= BLADEENC "BladeEnc support" off \ - BONK "Bonk support" off \ +OPTIONS= BONK "Bonk support" off \ CDPARANOIA "CD Ripping support" on \ CDDB "CDDB support" on \ FAAC "FAAC support" on \ @@ -76,10 +75,6 @@ PLIST_SUB+= AMAROK="@comment " .include <bsd.port.pre.mk> -.if defined(WITH_BLADEENC) -RUN_DEPENDS+= bladeenc:${PORTSDIR}/audio/bladeenc -.endif - .if defined(WITH_BONK) RUN_DEPENDS+= bonk:${PORTSDIR}/audio/bonk .endif |