diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/linux-musicipserver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/linux-musicipserver/Makefile b/audio/linux-musicipserver/Makefile index 6c940ec61c4d..a24647aae5bf 100644 --- a/audio/linux-musicipserver/Makefile +++ b/audio/linux-musicipserver/Makefile @@ -58,7 +58,7 @@ PLIST_SUB= MUSICIPSERVERDBDIR=${MUSICIPSERVERDBDIR} \ .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSPICEFLY_SKIN} -EXTRACT_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip +EXTRACT_DEPENDS+= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip DISTFILES+= index-1.1.zip:spicefly .endif |