aboutsummaryrefslogtreecommitdiff
path: root/audio/grip
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-08-01 04:01:41 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-08-01 04:01:41 +0000
commit25b98f2013932b8a89f666faabf4d72bc36c1af2 (patch)
tree824dac56ab64326850c9f17af463875024ea2c84 /audio/grip
parent07b6aa4bc800ec403d9188f2a774912ca6323fca (diff)
downloadports-25b98f2013932b8a89f666faabf4d72bc36c1af2.tar.gz
ports-25b98f2013932b8a89f666faabf4d72bc36c1af2.zip
Remove bladeenc option as it is not fetchable anymore
Notes
Notes: svn path=/head/; revision=278675
Diffstat (limited to 'audio/grip')
-rw-r--r--audio/grip/Makefile11
1 files changed, 1 insertions, 10 deletions
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