diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-04 21:59:01 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-04 21:59:01 +0000 |
commit | aaf47870afa9ad886efb40fcad7a1d2d4e57b555 (patch) | |
tree | 796848cdd32b6d66d71e72de5f8022ec634971fd /games/quake-extras | |
parent | c9c7b2b2cea28710dc72ac498a2e892d5d18a313 (diff) | |
download | ports-aaf47870afa9ad886efb40fcad7a1d2d4e57b555.tar.gz ports-aaf47870afa9ad886efb40fcad7a1d2d4e57b555.zip |
Notes
Diffstat (limited to 'games/quake-extras')
-rw-r--r-- | games/quake-extras/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/quake-extras/Makefile b/games/quake-extras/Makefile index 5d26f4b8ea93..bc608776dd1d 100644 --- a/games/quake-extras/Makefile +++ b/games/quake-extras/Makefile @@ -36,7 +36,7 @@ SKYBOXES_DESC= Skyboxes (sky replacement images) .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MREMODEL} || ${PORT_OPTIONS:MSKYBOXES} -EXTRACT_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip +EXTRACT_DEPENDS+= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip .endif .if ${PORT_OPTIONS:MLITS} |