diff options
author | marino <marino@FreeBSD.org> | 2016-09-20 22:07:20 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-09-20 22:07:20 +0800 |
commit | 18cb2a7f38b413a13ae0731376a072f8b3eed177 (patch) | |
tree | 03e8b210826dd55f9c0a723da8f99b4ce5e75b4a /japanese | |
parent | 8b50c751d49408245b8616f7f107127d77ad9fe2 (diff) | |
download | freebsd-ports-gnome-18cb2a7f38b413a13ae0731376a072f8b3eed177.tar.gz freebsd-ports-gnome-18cb2a7f38b413a13ae0731376a072f8b3eed177.tar.zst freebsd-ports-gnome-18cb2a7f38b413a13ae0731376a072f8b3eed177.zip |
japanese/ruby-mecab: Update MASTER_SITES to unbreak
PR: 212759
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/ruby-mecab/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/japanese/ruby-mecab/Makefile b/japanese/ruby-mecab/Makefile index ef224f9b4c69..dddb9dbda71c 100644 --- a/japanese/ruby-mecab/Makefile +++ b/japanese/ruby-mecab/Makefile @@ -5,7 +5,7 @@ PORTNAME= mecab PORTVERSION= 0.996 PORTREVISION= 1 CATEGORIES= japanese textproc ruby -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= https://drive.google.com/uc?export=download&id=0B4y35FiV1wh7VUNlczBWVDZJbE0&dummy=/ DISTNAME= ${PORTNAME}-ruby-${PORTVERSION} MAINTAINER= ruby@FreeBSD.org @@ -14,8 +14,6 @@ COMMENT= MeCab library module for Ruby LICENSE= BSD3CLAUSE GPLv2 LGPL21 LICENSE_COMB= dual -BROKEN= Unfetchable (google code has gone away) - LIB_DEPENDS= libmecab.so:japanese/mecab USE_RUBY= yes |