diff options
author | ade <ade@FreeBSD.org> | 2002-03-16 03:44:29 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-03-16 03:44:29 +0800 |
commit | f7e7c1154236a21d968009030a86f6a1e0b7f074 (patch) | |
tree | 9349e0fcef65ad910d560a8ab77203efacfa5880 /chinese | |
parent | 5342d0854f4686c3dd72fffe5970ee48e6300a0d (diff) | |
download | freebsd-ports-gnome-f7e7c1154236a21d968009030a86f6a1e0b7f074.tar.gz freebsd-ports-gnome-f7e7c1154236a21d968009030a86f6a1e0b7f074.tar.zst freebsd-ports-gnome-f7e7c1154236a21d968009030a86f6a1e0b7f074.zip |
Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies
Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old
Reviewed by: portmgr
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} |