diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-05 05:59:01 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-05 05:59:01 +0800 |
commit | f163bb81c025752f4b392ab625cf3c50ae4a3bb1 (patch) | |
tree | 796848cdd32b6d66d71e72de5f8022ec634971fd /games | |
parent | 766fa360d20e55451a90e69b3bb42d3cb5cabe4a (diff) | |
download | freebsd-ports-gnome-f163bb81c025752f4b392ab625cf3c50ae4a3bb1.tar.gz freebsd-ports-gnome-f163bb81c025752f4b392ab625cf3c50ae4a3bb1.tar.zst freebsd-ports-gnome-f163bb81c025752f4b392ab625cf3c50ae4a3bb1.zip |
Fix on 9+
Diffstat (limited to 'games')
-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} |