diff options
author | miwi <miwi@FreeBSD.org> | 2013-02-28 11:43:56 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-02-28 11:43:56 +0800 |
commit | 50df310d2c09012cde5b67ba938c2c52d0c09e2e (patch) | |
tree | 1a7394714baac32fa74c110b831ee821a241ab9a /audio | |
parent | c53fc5f9d3fcbfcffe34af0fdb485bac90efc708 (diff) | |
download | freebsd-ports-gnome-50df310d2c09012cde5b67ba938c2c52d0c09e2e.tar.gz freebsd-ports-gnome-50df310d2c09012cde5b67ba938c2c52d0c09e2e.tar.zst freebsd-ports-gnome-50df310d2c09012cde5b67ba938c2c52d0c09e2e.zip |
- Fix build
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 |