diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2006-09-03 14:09:23 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2006-09-03 14:09:23 +0000 |
commit | b4e2e0fdb91926daa63c4f1e1cb54cc71e2643c8 (patch) | |
tree | de0400d1f9c45b393df4e5e5102096dfbc6a975d /japanese | |
parent | The author's page disapeared: host the distfile untill it will come back. (diff) |
Update to 1.2.1.
Notes
Notes:
svn path=/head/; revision=172048
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/uim-anthy/Makefile | 2 | ||||
-rw-r--r-- | japanese/uim-canna/Makefile | 3 | ||||
-rw-r--r-- | japanese/uim-prime/Makefile | 3 |
3 files changed, 3 insertions, 5 deletions
diff --git a/japanese/uim-anthy/Makefile b/japanese/uim-anthy/Makefile index 1fac63003bac..e93b176d72de 100644 --- a/japanese/uim-anthy/Makefile +++ b/japanese/uim-anthy/Makefile @@ -19,7 +19,7 @@ USE_GNOME= gtk20 .endif LIB_DEPENDS= anthy.1:${PORTSDIR}/japanese/anthy \ - uim.2:${PORTSDIR}/textproc/uim + uim.3:${PORTSDIR}/textproc/uim MASTERDIR= ${.CURDIR}/../../textproc/uim PKGDIR= ${.CURDIR} diff --git a/japanese/uim-canna/Makefile b/japanese/uim-canna/Makefile index 8c68585df2f4..71f617e76921 100644 --- a/japanese/uim-canna/Makefile +++ b/japanese/uim-canna/Makefile @@ -5,7 +5,6 @@ # $FreeBSD$ # -PORTREVISION= 2 CATEGORIES= japanese .if defined(WITHOUT_X11) PKGNAMESUFFIX= -canna-nox11 @@ -16,7 +15,7 @@ PKGNAMESUFFIX= -canna COMMENT= Uim plugin using Canna input method LIB_DEPENDS= canna.1:${PORTSDIR}/japanese/Canna \ - uim.2:${PORTSDIR}/textproc/uim + uim.3:${PORTSDIR}/textproc/uim MASTERDIR= ${.CURDIR}/../../textproc/uim PKGDIR= ${.CURDIR} diff --git a/japanese/uim-prime/Makefile b/japanese/uim-prime/Makefile index 063644657ba6..35e623fbf508 100644 --- a/japanese/uim-prime/Makefile +++ b/japanese/uim-prime/Makefile @@ -5,7 +5,6 @@ # $FreeBSD$ # -PORTREVISION= 2 CATEGORIES= japanese .if defined(WITHOUT_X11) PKGNAMESUFFIX= -prime-nox11 @@ -16,7 +15,7 @@ PKGNAMESUFFIX= -prime COMMENT= Uim plugin using PRIME input method BUILD_DEPENDS= prime:${PORTSDIR}/japanese/prime -LIB_DEPENDS= uim.2:${PORTSDIR}/textproc/uim +LIB_DEPENDS= uim.3:${PORTSDIR}/textproc/uim RUN_DEPENDS+= ${BUILD_DEPENDS} MASTERDIR= ${.CURDIR}/../../textproc/uim |