diff options
author | danfe <danfe@FreeBSD.org> | 2013-02-27 12:02:00 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2013-02-27 12:02:00 +0800 |
commit | a2bb686323efc1c1467d3888fe11fd27702591eb (patch) | |
tree | a4c684a0090e133d0a81c9faca1e6eea34d128fc /audio | |
parent | 6805ffb007a9ebc2b5df779f87db2dd2984e49fe (diff) | |
download | freebsd-ports-gnome-a2bb686323efc1c1467d3888fe11fd27702591eb.tar.gz freebsd-ports-gnome-a2bb686323efc1c1467d3888fe11fd27702591eb.tar.zst freebsd-ports-gnome-a2bb686323efc1c1467d3888fe11fd27702591eb.zip |
Chase audio/laudio -> audio/linux-laudio rename and unbreak INDEX build.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pacpl/Makefile | 2 | ||||
-rw-r--r-- | audio/shntool/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/pacpl/Makefile b/audio/pacpl/Makefile index 81f12bb00143..6cd856c1d9b0 100644 --- a/audio/pacpl/Makefile +++ b/audio/pacpl/Makefile @@ -111,7 +111,7 @@ RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame .endif .if ${PORT_OPTIONS:MLAUDIO} -RUN_DEPENDS+= laudio:${PORTSDIR}/audio/laudio +RUN_DEPENDS+= laudio:${PORTSDIR}/audio/linux-laudio .endif .if ${PORT_OPTIONS:MSNDFILE} diff --git a/audio/shntool/Makefile b/audio/shntool/Makefile index db6371ef090e..bbaf873e4046 100644 --- a/audio/shntool/Makefile +++ b/audio/shntool/Makefile @@ -28,7 +28,7 @@ BONK_DESC= Bonk lossy/lossless audio support KXS_DESC= Kexis support RDEP= AIFF:sox SHN:shorten FLAC APE:mac OFR:ofr:optimfrog LPAC WV:wavpack \ - ALAC:alac LA:laudio TTA:ttaenc:tta BONK KXS:kexis + ALAC:alac LA:linux-laudio TTA:ttaenc:tta BONK KXS:kexis .include <bsd.port.options.mk> |