diff options
Diffstat (limited to 'inputmethod/imhangul_status_applet/Makefile')
-rw-r--r-- | inputmethod/imhangul_status_applet/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/inputmethod/imhangul_status_applet/Makefile b/inputmethod/imhangul_status_applet/Makefile index 66083fb8846..3ae82bc1575 100644 --- a/inputmethod/imhangul_status_applet/Makefile +++ b/inputmethod/imhangul_status_applet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/06/22 10:22:07 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2006/07/05 05:37:42 jlam Exp $ # DISTNAME= imhangul_status_applet-0.3 @@ -15,12 +15,11 @@ DEPENDS+= imhangul>=0.9.6:../../inputmethod/imhangul GNU_CONFIGURE= yes USE_DIRS+= xdg-1.1 gnome2-1.5 USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake pkg-config msgfmt +USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LIBTOOL= yes GCONF2_SCHEMAS= imhangul_status.schemas .include "../../devel/GConf2/schemas.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../x11/gnome-panel/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |