diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-03-08 19:40:36 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-03-08 19:40:36 +0000 |
commit | 0eea41ffb889b6d88dc6c53d485efeb703b452fd (patch) | |
tree | 31ed0dbd30601179a2bbef617a33214b104e418a /inputmethod | |
parent | 0abc4adafe3476950763948379df9245f53b84fc (diff) | |
download | pkgsrc-0eea41ffb889b6d88dc6c53d485efeb703b452fd.tar.gz |
Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
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 |