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 | |
parent | ad6d09753806c4f4d415c00b57ecbca27042b8bb (diff) |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/xcin25/Makefile | 4 | ||||
-rw-r--r-- | chinese/zhcon/Makefile | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/chinese/zhcon/Makefile b/chinese/zhcon/Makefile index 8b334a4b4f77..82bd1e746fe7 100644 --- a/chinese/zhcon/Makefile +++ b/chinese/zhcon/Makefile @@ -7,14 +7,14 @@ PORTNAME= zhcon PORTVERSION= 0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= chinese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= statue@freebsd.sinica.edu.tw -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old +LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-included-gettext=${LOCALBASE} |