diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-01-03 10:20:06 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-01-03 10:20:06 +0000 |
commit | f268d998a859137450252dff8a4c0fce79fec183 (patch) | |
tree | b340b29310cb5246791d56d1083f1a6c09fbb831 /chinese | |
parent | 0c676f8a64a7f55fb66e1e163bff815aea9d33d9 (diff) | |
download | ports-f268d998a859137450252dff8a4c0fce79fec183.tar.gz ports-f268d998a859137450252dff8a4c0fce79fec183.zip |
Add mirror site to make fetcheable and unbreak
PR: 75741
Submitted by: maintainer
Approved by: portmgr (krion)
Notes
Notes:
svn path=/head/; revision=125696
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/fcitx/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chinese/fcitx/Makefile b/chinese/fcitx/Makefile index 82f1d9ea197a..472d75546b83 100644 --- a/chinese/fcitx/Makefile +++ b/chinese/fcitx/Makefile @@ -8,7 +8,8 @@ PORTNAME= fcitx PORTVERSION= 3.0.3 CATEGORIES= chinese x11 -MASTER_SITES= http://www.fcitx.org/download/ +MASTER_SITES= http://www.fcitx.org/download/ \ + http://bsdchat.com/dist/dryice/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= dryice@liu.com.cn @@ -16,8 +17,6 @@ COMMENT= A simple and fast GBK Chinese XIM server LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft -BROKEN= Unfetchable - USE_BZIP2= yes USE_XLIB= yes USE_REINPLACE= yes |