diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2004-07-04 03:20:26 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2004-07-04 03:20:26 +0000 |
commit | 4a400e47c44f1b08d4254c7b93292ff26362e8e1 (patch) | |
tree | 54b17303eac5c35ced12c4eaa0251edaa6772b34 /textproc | |
parent | 9682f1df02e339c1556469c6dc04134eaa57a841 (diff) | |
download | ports-4a400e47c44f1b08d4254c7b93292ff26362e8e1.tar.gz ports-4a400e47c44f1b08d4254c7b93292ff26362e8e1.zip |
Notes
Diffstat (limited to 'textproc')
-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 |