diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-07-19 15:33:02 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-07-19 15:33:02 +0000 |
commit | de35cdd7a8607c04e9a5d4a3a2c117887ad6a7d1 (patch) | |
tree | 2443af1a92c75efe1e008228eba2c2341b370848 /chinese/xcin25 | |
parent | - Update to 0.2.6 (diff) |
- Chase chinese/libtabe 0.2.6
- Use TAB for messasge indent
PR: ports/97960
Submitted by: rafan (me)
Approved by: maintainer timeout (7 weeks)
Notes
Notes:
svn path=/head/; revision=168245
Diffstat (limited to 'chinese/xcin25')
-rw-r--r-- | chinese/xcin25/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/chinese/xcin25/Makefile b/chinese/xcin25/Makefile index 03ec5e1b94b4..93bad61fc53e 100644 --- a/chinese/xcin25/Makefile +++ b/chinese/xcin25/Makefile @@ -7,7 +7,7 @@ PORTNAME= xcin PORTVERSION= 2.5.3.p2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= chinese x11 MASTER_SITES= ftp://ftp.linux.org.tw/pub/xcin/xcin/ \ ftp://ftp.linux.org.tw/pub/xcin/xcin/devel/ \ @@ -18,8 +18,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} chewing-2002Jan07-snapshot.tar.gz MAINTAINER= kcwu@csie.org COMMENT= Chinese input method server under X -LIB_DEPENDS= tabe.2:${PORTSDIR}/chinese/libtabe - +LIB_DEPENDS= tabe.3:${PORTSDIR}/chinese/libtabe RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/kc15f.pcf.gz:${PORTSDIR}/chinese/kcfonts WRKSRC= ${WRKDIR}/xcin @@ -51,9 +50,9 @@ pre-everything:: .if defined(WITH_BDB_VER) @${ECHO_CMD} "" @${ECHO_CMD} "WARNING:" - @${ECHO_CMD} " You have defined WITH_BDB_VER. Make sure you use the same" - @${ECHO_CMD} " db version that libtabe uses. Otherwise, this port may" - @${ECHO_CMD} " not work correctly." + @${ECHO_CMD} " You have defined WITH_BDB_VER. Make sure you use the same" + @${ECHO_CMD} " db version that libtabe uses. Otherwise, this port may" + @${ECHO_CMD} " not work correctly." @${ECHO_CMD} "" .endif |