diff options
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/xcin25/Makefile | 2 | ||||
-rw-r--r-- | chinese/zhcon/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chinese/xcin25/Makefile b/chinese/xcin25/Makefile index bc951a961fdc..055c599d2ede 100644 --- a/chinese/xcin25/Makefile +++ b/chinese/xcin25/Makefile @@ -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 \ + intl.1:${PORTSDIR}/devel/gettext-old \ 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 aee62bb1b178..2518b7becbc5 100644 --- a/chinese/zhcon/Makefile +++ b/chinese/zhcon/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= statue@freebsd.sinica.edu.tw -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-included-gettext=${LOCALBASE} |