diff options
Diffstat (limited to 'inputmethod/imhangul_status_applet/Makefile')
-rw-r--r-- | inputmethod/imhangul_status_applet/Makefile | 8 |
1 files changed, 4 insertions, 4 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" |