diff options
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/imhangul_status_applet/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/inputmethod/imhangul_status_applet/Makefile b/inputmethod/imhangul_status_applet/Makefile index 6681e2ebec7..80121c0d197 100644 --- a/inputmethod/imhangul_status_applet/Makefile +++ b/inputmethod/imhangul_status_applet/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/02/18 00:16:35 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2004/03/08 19:40:40 jmmv Exp $ # DISTNAME= imhangul_status_applet-0.2 +PKGREVISION= 1 CATEGORIES= korean inputmethod MASTER_SITES= http://download.kldp.net/imhangul/ @@ -10,6 +11,7 @@ HOMEPAGE= http://imhangul.kldp.net/\#APPLET COMMENT= GNOME2 applet to show imhangul status DEPENDS= imhangul>=0.9.6:../../inputmethod/imhangul +DEPENDS+= xdg-dirs>=1.1:../../misc/xdg-dirs GNU_CONFIGURE= yes USE_BUILDLINK3= yes |