diff options
Diffstat (limited to 'audio/shntool/Makefile')
-rw-r--r-- | audio/shntool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/shntool/Makefile b/audio/shntool/Makefile index 322a9b9cb3c8..09b583369b0c 100644 --- a/audio/shntool/Makefile +++ b/audio/shntool/Makefile @@ -34,8 +34,8 @@ RDEP= AIFF:sox SHN:shorten FLAC APE:mac OFR:ofr:optimfrog LPAC WV:wavpack \ .for o in ${PORT_OPTIONS} m= ${RDEP:M${o}*} .if ${m} -b= ${m:C/^[A-Z]*://:C/:.*//:L} -p= ${m:C/^[A-Z]*://:C/.*://:L} +b= ${m:C/^[A-Z]*://:C/:.*//:tl} +p= ${m:C/^[A-Z]*://:C/.*://:tl} RUN_DEPENDS+= ${b}:${PORTSDIR}/audio/${p} RUN_DEPENDS:= ${RUN_DEPENDS} .endif |