diff options
Diffstat (limited to 'www/subsonic-standalone')
-rw-r--r-- | www/subsonic-standalone/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/www/subsonic-standalone/Makefile b/www/subsonic-standalone/Makefile index fa7b3b700e77..b392ceee4d58 100644 --- a/www/subsonic-standalone/Makefile +++ b/www/subsonic-standalone/Makefile @@ -29,15 +29,15 @@ APE_DESC= Depend on mac for Monkey's Audio transcoding #' OPTIONS_DEFAULT= FFMPEG OPTIONS_SUB= yes -FFMPEG_RUN_DEPENDS= ffmpeg:${PORTSDIR}/multimedia/ffmpeg -FLAC_RUN_DEPENDS= flac:${PORTSDIR}/audio/flac -LAME_RUN_DEPENDS= lame:${PORTSDIR}/audio/lame -VORBIS_RUN_DEPENDS= oggenc:${PORTSDIR}/audio/vorbis-tools -FAAC_RUN_DEPENDS= faac:${PORTSDIR}/audio/faac -FAAD_RUN_DEPENDS= faad:${PORTSDIR}/audio/faad -XMP_RUN_DEPENDS= xmp:${PORTSDIR}/audio/xmp -MPC_RUN_DEPENDS= mpcdec:${PORTSDIR}/audio/musepack -APE_RUN_DEPENDS= mac:${PORTSDIR}/audio/mac +FFMPEG_RUN_DEPENDS= ffmpeg:multimedia/ffmpeg +FLAC_RUN_DEPENDS= flac:audio/flac +LAME_RUN_DEPENDS= lame:audio/lame +VORBIS_RUN_DEPENDS= oggenc:audio/vorbis-tools +FAAC_RUN_DEPENDS= faac:audio/faac +FAAD_RUN_DEPENDS= faad:audio/faad +XMP_RUN_DEPENDS= xmp:audio/xmp +MPC_RUN_DEPENDS= mpcdec:audio/musepack +APE_RUN_DEPENDS= mac:audio/mac .include <bsd.port.options.mk> |