diff options
Diffstat (limited to 'inputmethod/libhangul/Makefile')
-rw-r--r-- | inputmethod/libhangul/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/inputmethod/libhangul/Makefile b/inputmethod/libhangul/Makefile index 81a6d6c4613..f45da98d6eb 100644 --- a/inputmethod/libhangul/Makefile +++ b/inputmethod/libhangul/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2008/07/14 12:56:07 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2008/10/20 19:42:21 minskim Exp $ -DISTNAME= libhangul-0.0.4 +DISTNAME= libhangul-0.0.8 CATEGORIES= inputmethod korean -MASTER_SITES= http://kldp.net/frs/download.php/3733/ +MASTER_SITES= http://kldp.net/frs/download.php/4618/ MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://kldp.net/projects/hangul/ @@ -10,8 +10,8 @@ COMMENT= Library used by Korean input methods PKG_DESTDIR_SUPPORT= user-destdir -#USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes +USE_TOOLS+= gmake PKGCONFIG_OVERRIDE+= ${WRKSRC}/libhangul.pc.in GNU_CONFIGURE= yes |