diff options
author | kris <kris@FreeBSD.org> | 2005-11-15 12:47:42 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-11-15 12:47:42 +0800 |
commit | 3faf4db74197038147a90fe83aae71a52ae792ec (patch) | |
tree | ac6449a0a30c32e60b232cfb35a9a730a29c7cfb /japanese/edict-utf-8 | |
parent | 97d525a89e0743cc95530fd8806349e234497488 (diff) | |
download | freebsd-ports-gnome-3faf4db74197038147a90fe83aae71a52ae792ec.tar.gz freebsd-ports-gnome-3faf4db74197038147a90fe83aae71a52ae792ec.tar.zst freebsd-ports-gnome-3faf4db74197038147a90fe83aae71a52ae792ec.zip |
BROKEN: Size mismatch
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 f59ae0b81e8b..6f5e4c0c4d03 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= Size mismatch + USE_ICONV= yes ICONV?= iconv CONVERT_CMD= ${ICONV} -c -f EUC-JP -t UTF-8 |