diff options
Diffstat (limited to 'inputmethod/nabi/Makefile')
-rw-r--r-- | inputmethod/nabi/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/inputmethod/nabi/Makefile b/inputmethod/nabi/Makefile index b5819e851fd..ab2baaef062 100644 --- a/inputmethod/nabi/Makefile +++ b/inputmethod/nabi/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.35 2011/11/01 06:01:53 sbd Exp $ +# $NetBSD: Makefile,v 1.36 2011/11/10 10:47:05 obache Exp $ # -DISTNAME= nabi-0.99.3 -PKGREVISION= 7 +DISTNAME= nabi-0.99.9 CATEGORIES= korean inputmethod -MASTER_SITES= http://kldp.net/frs/download.php/4929/ +MASTER_SITES= http://kldp.net/frs/download.php/5926/ MAINTAINER= minskim@NetBSD.org -HOMEPAGE= http://nabi.kldp.net/ +HOMEPAGE= http://kldp.net/projects/nabi/ COMMENT= X Input Method for Korean +LICENSE= gnu-gpl-v2 # or later PKG_DESTDIR_SUPPORT= user-destdir @@ -18,6 +18,7 @@ USE_PKGLOCALEDIR= YES .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" +BUILDLINK_API_DEPENDS.libhangul+= libhangul>=0.0.12 .include "../../inputmethod/libhangul/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |