diff options
author | Ade Lovett <ade@FreeBSD.org> | 2002-04-12 17:10:20 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2002-04-12 17:10:20 +0000 |
commit | f18cbf2fa6e7c1d623750aaf72027bb6a6a395c1 (patch) | |
tree | 9e893c98603cb0cd739358e66f822966d7bdcc5b /chinese/xcin25/Makefile | |
parent | Update to the 2002-04-09 snapshot of what will be version 5.2. (diff) |
gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr
Diffstat (limited to '')
-rw-r--r-- | chinese/xcin25/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/xcin25/Makefile b/chinese/xcin25/Makefile index 055c599d2ede..d3afbb2c16fc 100644 --- a/chinese/xcin25/Makefile +++ b/chinese/xcin25/Makefile @@ -7,7 +7,7 @@ PORTNAME= xcin PORTVERSION= 2.5.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= chinese x11 MASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/xcin/ \ http://chewing.oio.cx/download/ \ @@ -17,7 +17,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} chewing-2001Nov01-snapshot.tar.gz MAINTAINER= keith@FreeBSD.org LIB_DEPENDS= tabe.0:${PORTSDIR}/chinese/libtabe \ - intl.1:${PORTSDIR}/devel/gettext-old \ + intl.2:${PORTSDIR}/devel/gettext \ db2.0:${PORTSDIR}/databases/db RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/kc15f.pcf.gz:${PORTSDIR}/chinese/kcfonts \ ${LOCALBASE}/share/tabe/libtabe-0.2.2:${PORTSDIR}/chinese/libtabe |