diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2004-06-25 23:44:57 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2004-06-25 23:44:57 +0800 |
commit | 8708a3aee67f26b145542bccccdea8dab6aa5f8e (patch) | |
tree | 2ca202d91d27910bc70f305f7c397b2b90cd92b6 /textproc | |
parent | 7fb0b7a2c901d1381f166c5c5461daaa9384c478 (diff) | |
download | freebsd-ports-gnome-8708a3aee67f26b145542bccccdea8dab6aa5f8e.tar.gz freebsd-ports-gnome-8708a3aee67f26b145542bccccdea8dab6aa5f8e.tar.zst freebsd-ports-gnome-8708a3aee67f26b145542bccccdea8dab6aa5f8e.zip |
Update to 0.3.9.
Add dependency on m17n-lib. [*]
PR: ports/68302 [*]
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> [*]
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/uim/Makefile | 5 | ||||
-rw-r--r-- | textproc/uim/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/textproc/uim/Makefile b/textproc/uim/Makefile index ad86f700806a..07a99dad79d9 100644 --- a/textproc/uim/Makefile +++ b/textproc/uim/Makefile @@ -6,14 +6,15 @@ # PORTNAME= uim -PORTVERSION= 0.3.8 +PORTVERSION= 0.3.9 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.0:${PORTSDIR}/japanese/anthy \ + m17n.0:${PORTSDIR}/devel/m17n-lib USE_REINPLACE= yes USE_X_PREFIX= yes diff --git a/textproc/uim/distinfo b/textproc/uim/distinfo index 68ee021889dd..ba06edf7f678 100644 --- a/textproc/uim/distinfo +++ b/textproc/uim/distinfo @@ -1,2 +1,2 @@ -MD5 (uim-0.3.8.tar.gz) = b8c16431b55db500e317fcf0598b8ea5 -SIZE (uim-0.3.8.tar.gz) = 895255 +MD5 (uim-0.3.9.tar.gz) = 79a0ab78fe2806476d25b2c913fd6480 +SIZE (uim-0.3.9.tar.gz) = 903960 |