diff options
author | kris <kris@FreeBSD.org> | 2005-03-26 21:48:57 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-03-26 21:48:57 +0000 |
commit | 3f73922cb6a45a50834ce917e5c5d98b84743fc2 (patch) | |
tree | c38c613e44de02ec96fe35ee2f52f114d3add0ed /japanese/edict-utf-8/Makefile | |
parent | 9131b1fffdf39227b0c79157a66be1823b576018 (diff) | |
download | FreeBSD-ports-3f73922cb6a45a50834ce917e5c5d98b84743fc2.zip FreeBSD-ports-3f73922cb6a45a50834ce917e5c5d98b84743fc2.tar.gz |
BROKEN: install fails
Approved by: portmgr (self)
Diffstat (limited to 'japanese/edict-utf-8/Makefile')
-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 2b949ee..ad63ab8b 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 |