diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-05-10 09:46:52 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-05-10 09:46:52 +0800 |
commit | 079ee6729c93b30505ea9350cb99d0c3b140ea36 (patch) | |
tree | 3e073a78bfc5731334943114727010fae50a4744 /japanese | |
parent | 8ad76915f8cd35550d844a4c6d2edfbaefbea04c (diff) | |
download | freebsd-ports-gnome-079ee6729c93b30505ea9350cb99d0c3b140ea36.tar.gz freebsd-ports-gnome-079ee6729c93b30505ea9350cb99d0c3b140ea36.tar.zst freebsd-ports-gnome-079ee6729c93b30505ea9350cb99d0c3b140ea36.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
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/tomoe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/tomoe/Makefile b/japanese/tomoe/Makefile index eed174a432b1..2a241d6420e8 100644 --- a/japanese/tomoe/Makefile +++ b/japanese/tomoe/Makefile @@ -97,7 +97,7 @@ BROKEN= Not buildable with Unihan on sparc64 .endif MASTER_SITES+= ftp://ftp.unicode.org/Public/UNIDATA/:unihan DISTFILES+= Unihan.zip:unihan -EXTRACT_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip +EXTRACT_DEPENDS+= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip BUILD_DEPENDS+= \ ${RUBY_SITEARCHLIBDIR}/uconv.so:${PORTSDIR}/japanese/ruby-uconv \ ${RUBY_SITELIBDIR}/suikyo/suikyo.rb:${PORTSDIR}/japanese/suikyo |