diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-04 12:36:30 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-04 12:36:30 +0800 |
commit | 7073ebf74ec3895bb8dada6cbe2e57f3329849cc (patch) | |
tree | 6e94333233053731622780aae8a8285e148ade96 /chinese/xcin25 | |
parent | f687852f8f35b5067f8978d6405346545b01be3a (diff) | |
download | freebsd-ports-gnome-7073ebf74ec3895bb8dada6cbe2e57f3329849cc.tar.gz freebsd-ports-gnome-7073ebf74ec3895bb8dada6cbe2e57f3329849cc.tar.zst freebsd-ports-gnome-7073ebf74ec3895bb8dada6cbe2e57f3329849cc.zip |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
Diffstat (limited to 'chinese/xcin25')
-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 f9218d196600..bcc199157377 100644 --- a/chinese/xcin25/Makefile +++ b/chinese/xcin25/Makefile @@ -7,7 +7,7 @@ PORTNAME= xcin PORTVERSION= 2.5.3.p2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= chinese x11 MASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/xcin/ \ ftp://xcin.linux.org.tw/pub/xcin/xcin/devel/ \ @@ -19,7 +19,6 @@ MAINTAINER= kcwu@ck.tp.edu.tw COMMENT= Chinese input method server under X LIB_DEPENDS= tabe.2:${PORTSDIR}/chinese/libtabe \ - intl.5:${PORTSDIR}/devel/gettext-old \ iconv.3:${PORTSDIR}/converters/libiconv .if !defined(USE_DB2) LIB_DEPENDS+= db3.3:${PORTSDIR}/databases/db3 @@ -30,6 +29,7 @@ RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/kc15f.pcf.gz:${PORTSDIR}/chinese/kcf ${LOCALBASE}/share/tabe/libtabe-0.2.5:${PORTSDIR}/chinese/libtabe WRKSRC= ${WRKDIR}/xcin +USE_GETTEXT= yes USE_X_PREFIX= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes |