diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-05-10 01:46:52 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-05-10 01:46:52 +0000 |
commit | 75e0a286235bf5dde9a40efdf2dcc06a84d53a20 (patch) | |
tree | 3e073a78bfc5731334943114727010fae50a4744 /java | |
parent | - update to 0.71 (diff) |
- 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 'java')
-rw-r--r-- | java/eclipse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile index 84996e4351a2..a29319af32e9 100644 --- a/java/eclipse/Makefile +++ b/java/eclipse/Makefile @@ -30,7 +30,7 @@ PATCH_DEPENDS= ant:${PORTSDIR}/devel/apache-ant \ ${DEPEND_JAVA} BUILD_DEPENDS= gpatch:${PORTSDIR}/devel/patch \ rsync:${PORTSDIR}/net/rsync \ - unzip:${PORTSDIR}/archivers/unzip \ + ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip \ zip:${PORTSDIR}/archivers/zip LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 |