diff options
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/imhangul_status_applet/Makefile | 8 | ||||
-rw-r--r-- | inputmethod/uim/Makefile | 3 |
2 files changed, 6 insertions, 5 deletions
diff --git a/inputmethod/imhangul_status_applet/Makefile b/inputmethod/imhangul_status_applet/Makefile index 6503b4ba78f..88eae84f5d3 100644 --- a/inputmethod/imhangul_status_applet/Makefile +++ b/inputmethod/imhangul_status_applet/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2007/09/19 23:18:59 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2007/09/21 13:03:56 wiz Exp $ # DISTNAME= imhangul_status_applet-0.3 -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= korean inputmethod MASTER_SITES= http://download.kldp.net/imhangul/imhangul_status_applet/0.3/ @@ -18,8 +18,8 @@ USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LIBTOOL= yes -GCONF2_SCHEMAS= imhangul_status.schemas +GCONF_SCHEMAS= imhangul_status.schemas -.include "../../devel/GConf2/schemas.mk" +.include "../../devel/GConf/schemas.mk" .include "../../x11/gnome-panel/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/inputmethod/uim/Makefile b/inputmethod/uim/Makefile index eea869f3d06..dd39394e10b 100644 --- a/inputmethod/uim/Makefile +++ b/inputmethod/uim/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2007/02/19 20:06:21 joerg Exp $ +# $NetBSD: Makefile,v 1.30 2007/09/21 13:03:56 wiz Exp $ # DISTNAME= uim-1.3.1 +PKGREVISION= 1 CATEGORIES= inputmethod MASTER_SITES= http://uim.freedesktop.org/releases/ EXTRACT_SUFX= .tar.bz2 |