diff options
author | lx <lx@FreeBSD.org> | 2006-12-01 05:27:28 +0800 |
---|---|---|
committer | lx <lx@FreeBSD.org> | 2006-12-01 05:27:28 +0800 |
commit | 6f5f0093520874af2329d3937a317aa479da1a88 (patch) | |
tree | d45c35fc8c348ce80477a5c01ee1bebcf1a5e064 /japanese | |
parent | 61aaa3204c422d65ba940d480ef6cfb188587529 (diff) | |
download | freebsd-ports-gnome-6f5f0093520874af2329d3937a317aa479da1a88.tar.gz freebsd-ports-gnome-6f5f0093520874af2329d3937a317aa479da1a88.tar.zst freebsd-ports-gnome-6f5f0093520874af2329d3937a317aa479da1a88.zip |
Move unzip to EXTRACT_DEPENDS rather than BUILD_DEPENDS.
Approved by: edwin (mentor)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/edict-utf-8/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/edict-utf-8/Makefile b/japanese/edict-utf-8/Makefile index 1c4f3447913f..b46d4b244dbd 100644 --- a/japanese/edict-utf-8/Makefile +++ b/japanese/edict-utf-8/Makefile @@ -14,7 +14,7 @@ DISTFILES= ${DICTFILES} MAINTAINER= lx@redundancy.redundancy.org COMMENT= Japanese-English edict UTF-8 dictionaries -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip +EXTRACT_DEPENDS= unzip:${PORTSDIR}/archivers/unzip USE_ICONV= yes ICONV?= iconv |