aboutsummaryrefslogtreecommitdiff
path: root/audio/shntool
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-05-05 09:19:36 +0000
committerRene Ladan <rene@FreeBSD.org>2020-05-05 09:19:36 +0000
commite793589bd9f7ec2426777530f839a3490cbe6868 (patch)
treee454f743e9439912bb858bf9f9bc5b4a5e390142 /audio/shntool
parentdf29553dded67ce36af912ab9e350b232d364b36 (diff)
downloadports-e793589bd9f7ec2426777530f839a3490cbe6868.tar.gz
ports-e793589bd9f7ec2426777530f839a3490cbe6868.zip
audio/shntool: remove expired optional dependency on audio/shorten
Notes
Notes: svn path=/head/; revision=534048
Diffstat (limited to 'audio/shntool')
-rw-r--r--audio/shntool/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/shntool/Makefile b/audio/shntool/Makefile
index 367980b09ef6..8f3798b13679 100644
--- a/audio/shntool/Makefile
+++ b/audio/shntool/Makefile
@@ -18,14 +18,13 @@ GNU_CONFIGURE= yes
PLIST_FILES= ${_SHN_ALIASES:S|^|bin/shn|} \
man/man1/shntool.1.gz
-OPTIONS_DEFINE= AIFF ALAC APE FLAC KXS LA LPAC OFR SHN TTA WAVPACK
+OPTIONS_DEFINE= AIFF ALAC APE FLAC KXS LA LPAC OFR TTA WAVPACK
AIFF_DESC= AIFF audio format support (via SoX)
KXS_DESC= Kexis audio format support
LA_DESC= Laudio audio format support
LPAC_DESC= LPAC audio format support
OFR_DESC= OptimFROG audio format support
-SHN_DESC= Shorten audio compressor support
AIFF_RUN_DEPENDS= sox:audio/sox
ALAC_RUN_DEPENDS= alacconvert:audio/alac
@@ -35,7 +34,6 @@ KXS_RUN_DEPENDS= kexis:audio/kexis
LA_RUN_DEPENDS= laudio:audio/linux-laudio
LPAC_RUN_DEPENDS= lpac:audio/lpac
OFR_RUN_DEPENDS= ofr:audio/optimfrog
-SHN_RUN_DEPENDS= shorten:audio/shorten
TTA_RUN_DEPENDS= ttaenc:audio/tta
WAVPACK_RUN_DEPENDS= wavpack:audio/wavpack