diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2004-07-04 11:20:26 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2004-07-04 11:20:26 +0800 |
commit | 574c41d75e243f0b658093f15327bf1cd9450768 (patch) | |
tree | 5e41c2e2b1e31530969ed29279a815ae79f3e778 /textproc/uim | |
parent | e1d520a619b8dc694eae79ef65104227387700dc (diff) | |
download | freebsd-ports-gnome-574c41d75e243f0b658093f15327bf1cd9450768.tar.gz freebsd-ports-gnome-574c41d75e243f0b658093f15327bf1cd9450768.tar.zst freebsd-ports-gnome-574c41d75e243f0b658093f15327bf1cd9450768.zip |
Sync with libanthy shared library version bump.
Diffstat (limited to 'textproc/uim')
-rw-r--r-- | textproc/uim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/uim/Makefile b/textproc/uim/Makefile index 07a99dad79d9..dccc5375c264 100644 --- a/textproc/uim/Makefile +++ b/textproc/uim/Makefile @@ -7,13 +7,14 @@ PORTNAME= uim PORTVERSION= 0.3.9 +PORTREVISION= 1 CATEGORIES= japanese x11 MASTER_SITES= http://freedesktop.org/Software/UimDownload/ MAINTAINER= nobutaka@FreeBSD.org COMMENT= Input method library -LIB_DEPENDS= anthy.0:${PORTSDIR}/japanese/anthy \ +LIB_DEPENDS= anthy.1:${PORTSDIR}/japanese/anthy \ m17n.0:${PORTSDIR}/devel/m17n-lib USE_REINPLACE= yes |