aboutsummaryrefslogtreecommitdiff
path: root/devel/ros-nxt/Makefile
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-05-10 01:46:52 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-05-10 01:46:52 +0000
commit75e0a286235bf5dde9a40efdf2dcc06a84d53a20 (patch)
tree3e073a78bfc5731334943114727010fae50a4744 /devel/ros-nxt/Makefile
parent53cfb4d9a3eeecbc7f9c58cb78e0357b5c00039f (diff)
downloadports-75e0a286235bf5dde9a40efdf2dcc06a84d53a20.tar.gz
ports-75e0a286235bf5dde9a40efdf2dcc06a84d53a20.zip
- Fix extract on 9+ due to this picking up /usr/bin/unzip instead of
looking for the proper LOCALBASE/bin/unzip that UNZIP_CMD is set to. Will let maintainers decide if archivers/unzip is really still needed. Some of these ports/options remain broken due to other issues. With hat: portmgr
Notes
Notes: svn path=/head/; revision=317757
Diffstat (limited to 'devel/ros-nxt/Makefile')
-rw-r--r--devel/ros-nxt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ros-nxt/Makefile b/devel/ros-nxt/Makefile
index 2162ab8d0a4b..646d71285bcc 100644
--- a/devel/ros-nxt/Makefile
+++ b/devel/ros-nxt/Makefile
@@ -27,7 +27,7 @@ WRKSRC= ${WRKDIR}/${STACKNAME}-${PORTVERSION}
# TODO port python-bluez for secondary bluetooth interface (no bluetooth here)
-EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip
+EXTRACT_DEPENDS=${UNZIP_CMD}:${PORTSDIR}/archivers/unzip
BUILD_DEPENDS= rosmake:${PORTSDIR}/devel/ros \
${LOCALBASE}/ros/stacks/ros_comm/stack.xml:${PORTSDIR}/devel/ros_comm \
${LOCALBASE}/ros/stacks/common_msgs/stack.xml:${PORTSDIR}/devel/ros-common_msgs \