diff options
author | erwin <erwin@FreeBSD.org> | 2005-01-03 18:20:06 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-01-03 18:20:06 +0800 |
commit | 27e1bb29ea5abade1191c5203c74bd82dcfe4552 (patch) | |
tree | 6e61df27b952eea0203ad4b4c92022c03c42609c /chinese | |
parent | 7ecef9028278a11d151785bd613355e5aae100cc (diff) | |
download | freebsd-ports-gnome-27e1bb29ea5abade1191c5203c74bd82dcfe4552.tar.gz freebsd-ports-gnome-27e1bb29ea5abade1191c5203c74bd82dcfe4552.tar.zst freebsd-ports-gnome-27e1bb29ea5abade1191c5203c74bd82dcfe4552.zip |
Add mirror site to make fetcheable and unbreak
PR: 75741
Submitted by: maintainer
Approved by: portmgr (krion)
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 |