diff options
author | minskim <minskim@pkgsrc.org> | 2008-12-20 23:00:27 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2008-12-20 23:00:27 +0000 |
commit | 75264f5c146e9557827109da8f085eda3473f4d8 (patch) | |
tree | d7a0e79aa0b98ea35d2164db3a17ddd0a4082e42 /inputmethod/imhangul/Makefile | |
parent | 2ad990113ae414cbd341c2ba0d848bb91cd3b9cd (diff) | |
download | pkgsrc-75264f5c146e9557827109da8f085eda3473f4d8.tar.gz |
Update libhangul to 0.9.14.
Changes:
- Depend on libhangul to build Korean characters from syllables.
- Add sample configurations.
- Bug fixes.
Diffstat (limited to 'inputmethod/imhangul/Makefile')
-rw-r--r-- | inputmethod/imhangul/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/inputmethod/imhangul/Makefile b/inputmethod/imhangul/Makefile index f43dea7e155..4a53c4d7aef 100644 --- a/inputmethod/imhangul/Makefile +++ b/inputmethod/imhangul/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2008/07/14 12:56:07 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2008/12/20 23:00:27 minskim Exp $ -DISTNAME= imhangul-0.9.13 -PKGREVISION= 3 +DISTNAME= imhangul-0.9.14 CATEGORIES= inputmethod korean -MASTER_SITES= http://kldp.net/frs/download.php/2808/ +MASTER_SITES= http://kldp.net/frs/download.php/4944/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= minskim@NetBSD.org @@ -19,5 +18,8 @@ SHLIBTOOL_OVERRIDE= # empty USE_PKGLOCALEDIR= YES GTK2_IMMODULES= YES +BUILDLINK_API_DEPENDS.libhangul+= libhangul>=0.0.9 + +.include "../../inputmethod/libhangul/buildlink3.mk" .include "../../x11/gtk2/modules.mk" .include "../../mk/bsd.pkg.mk" |