diff options
author | marino <marino@FreeBSD.org> | 2016-09-20 21:49:48 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-09-20 21:49:48 +0800 |
commit | e44f96945792161dcef4147ceec2be382503c3a4 (patch) | |
tree | c85bc0bac448cc13092e1a4a474d2a7235983530 /japanese | |
parent | ca5867e4bfa2c46c211a949906426f3c7754e12c (diff) | |
download | freebsd-ports-gnome-e44f96945792161dcef4147ceec2be382503c3a4.tar.gz freebsd-ports-gnome-e44f96945792161dcef4147ceec2be382503c3a4.tar.zst freebsd-ports-gnome-e44f96945792161dcef4147ceec2be382503c3a4.zip |
japanese/mecab: Update MASTER_SITES to unbreak
PR: 174865
Diffstat (limited to 'japanese')
-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 |