diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 21:48:57 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 21:48:57 +0000 |
commit | 3076b3f41b75d33c9b54e6991e215dec8d28c539 (patch) | |
tree | 6302d2fcd9327ebcae571cd60c119cab9b5458af /japanese/edict-utf-8 | |
parent | bfa0db62b7d01b33231f30fe3090d918d699c137 (diff) |
BROKEN: install fails
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=132021
Diffstat (limited to 'japanese/edict-utf-8')
-rw-r--r-- | japanese/edict-utf-8/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/japanese/edict-utf-8/Makefile b/japanese/edict-utf-8/Makefile index 2b949ee9daf5..ad63ab8b398b 100644 --- a/japanese/edict-utf-8/Makefile +++ b/japanese/edict-utf-8/Makefile @@ -26,6 +26,8 @@ COMMENT= Japanese-English edict UTF-8 dictionaries BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip +BROKEN= Install fails + USE_ICONV= yes ICONV?= iconv CONVERT_CMD= ${ICONV} -c -f EUC-JP -t UTF-8 |