diff options
author | John Marino <marino@FreeBSD.org> | 2016-09-20 13:49:48 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-09-20 13:49:48 +0000 |
commit | c05c2d8f53a3fbd8dfd663d3bf3757b7f2c8e7ef (patch) | |
tree | c85bc0bac448cc13092e1a4a474d2a7235983530 /japanese/mecab | |
parent | ea5be1b6e1965600205f78f6587d2caa67a5ba79 (diff) |
Notes
Diffstat (limited to 'japanese/mecab')
-rw-r--r-- | japanese/mecab/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/japanese/mecab/Makefile b/japanese/mecab/Makefile index 4e268a180bab..7c431140da2f 100644 --- a/japanese/mecab/Makefile +++ b/japanese/mecab/Makefile @@ -5,7 +5,7 @@ PORTNAME= mecab PORTVERSION= 0.996 PORTREVISION= 2 CATEGORIES= japanese textproc -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= https://drive.google.com/uc?export=download&id=0B4y35FiV1wh7cENtOXlicTFaRUE&dummy=/ MAINTAINER= yasu@utahime.org COMMENT= Yet Another Part-of-Speech and Morphological Analyzer @@ -13,8 +13,6 @@ COMMENT= Yet Another Part-of-Speech and Morphological Analyzer LICENSE= BSD3CLAUSE GPLv2 LGPL21 LICENSE_COMB= multi -BROKEN= Unfetchable (google code has gone away) - GNU_CONFIGURE= yes CONFIGURE_ARGS= ac_cv_lib_stdcpp_main=no INSTALL_TARGET= install-strip |