diff options
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/fcitx/Makefile | 3 | ||||
-rw-r--r-- | inputmethod/gcin/Makefile | 3 | ||||
-rw-r--r-- | inputmethod/imhangul/Makefile | 3 | ||||
-rw-r--r-- | inputmethod/imhangul_status_applet/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/nabi/Makefile | 3 | ||||
-rw-r--r-- | inputmethod/uim/Makefile | 3 | ||||
-rw-r--r-- | inputmethod/uim/buildlink3.mk | 3 |
7 files changed, 14 insertions, 8 deletions
diff --git a/inputmethod/fcitx/Makefile b/inputmethod/fcitx/Makefile index 0f2e2b36690..0ab5b3be144 100644 --- a/inputmethod/fcitx/Makefile +++ b/inputmethod/fcitx/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/01/16 13:04:07 rxg Exp $ +# $NetBSD: Makefile,v 1.2 2006/01/24 07:32:18 wiz Exp $ # DISTNAME= fcitx-3.1.1 +PKGREVISION= 1 CATEGORIES= inputmethod MASTER_SITES= http://www.fcitx.org/download/ EXTRACT_SUFX= .tar.bz2 diff --git a/inputmethod/gcin/Makefile b/inputmethod/gcin/Makefile index 9c37139284e..679254261a5 100644 --- a/inputmethod/gcin/Makefile +++ b/inputmethod/gcin/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/01/16 13:01:16 rxg Exp $ +# $NetBSD: Makefile,v 1.2 2006/01/24 07:32:18 wiz Exp $ # DISTNAME= gcin-1.1.5 +PKGREVISION= 1 CATEGORIES= inputmethod MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/ EXTRACT_SUFX= .tar.bz2 diff --git a/inputmethod/imhangul/Makefile b/inputmethod/imhangul/Makefile index 4f5ef8cfc73..e7d12a7020f 100644 --- a/inputmethod/imhangul/Makefile +++ b/inputmethod/imhangul/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2005/10/11 01:46:32 minskim Exp $ +# $NetBSD: Makefile,v 1.14 2006/01/24 07:32:18 wiz Exp $ DISTNAME= imhangul-0.9.13 +PKGREVISION= 1 CATEGORIES= inputmethod korean MASTER_SITES= http://kldp.net/frs/download.php/2808/ EXTRACT_SUFX= .tar.bz2 diff --git a/inputmethod/imhangul_status_applet/Makefile b/inputmethod/imhangul_status_applet/Makefile index c3344fbc9cd..fc1bbdc1fd7 100644 --- a/inputmethod/imhangul_status_applet/Makefile +++ b/inputmethod/imhangul_status_applet/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2006/01/06 15:10:03 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2006/01/24 07:32:18 wiz Exp $ # DISTNAME= imhangul_status_applet-0.3 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= korean inputmethod MASTER_SITES= http://download.kldp.net/imhangul/imhangul_status_applet/0.3/ diff --git a/inputmethod/nabi/Makefile b/inputmethod/nabi/Makefile index f1e90c9a328..85fad5a2ca6 100644 --- a/inputmethod/nabi/Makefile +++ b/inputmethod/nabi/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2005/10/14 14:28:57 minskim Exp $ +# $NetBSD: Makefile,v 1.22 2006/01/24 07:32:18 wiz Exp $ # DISTNAME= nabi-0.15 +PKGREVISION= 1 CATEGORIES= korean inputmethod MASTER_SITES= http://kldp.net/frs/download.php/1651/ diff --git a/inputmethod/uim/Makefile b/inputmethod/uim/Makefile index 66e75d437b2..7f3809fba7f 100644 --- a/inputmethod/uim/Makefile +++ b/inputmethod/uim/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2005/12/31 00:04:28 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2006/01/24 07:32:18 wiz Exp $ # DISTNAME= uim-1.0.1 +PKGREVISION= 1 CATEGORIES= inputmethod MASTER_SITES= http://uim.freedesktop.org/releases/ diff --git a/inputmethod/uim/buildlink3.mk b/inputmethod/uim/buildlink3.mk index 22d34a0fa47..f4c87db016a 100644 --- a/inputmethod/uim/buildlink3.mk +++ b/inputmethod/uim/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2005/03/29 18:47:52 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2006/01/24 07:32:18 wiz Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ UIM_BUILDLINK3_MK:= ${UIM_BUILDLINK3_MK}+ @@ -12,6 +12,7 @@ BUILDLINK_PACKAGES+= uim .if !empty(UIM_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.uim+= uim>=0.4.6 +BUILDLINK_RECOMMENDED.uim?= uim>=1.0.1nb1 BUILDLINK_PKGSRCDIR.uim?= ../../inputmethod/uim .endif # UIM_BUILDLINK3_MK |