diff options
author | minskim <minskim@pkgsrc.org> | 2009-08-10 13:17:34 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-08-10 13:17:34 +0000 |
commit | 9e4746b825784a9dc230cd8930a01b75cb152284 (patch) | |
tree | 2d859b2c8d88d7654d4c9219538018eb46a1f619 /inputmethod | |
parent | 212a1709e7327efd2e939754558774d39d2848fb (diff) | |
download | pkgsrc-9e4746b825784a9dc230cd8930a01b75cb152284.tar.gz |
inputmethod/libhangul uses c99.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/libhangul/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inputmethod/libhangul/Makefile b/inputmethod/libhangul/Makefile index 2f3b69a8eb1..814a65207be 100644 --- a/inputmethod/libhangul/Makefile +++ b/inputmethod/libhangul/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/12/20 22:59:59 minskim Exp $ +# $NetBSD: Makefile,v 1.6 2009/08/10 13:17:34 minskim Exp $ DISTNAME= libhangul-0.0.9 CATEGORIES= inputmethod korean @@ -10,6 +10,7 @@ COMMENT= Library used by Korean input methods PKG_DESTDIR_SUPPORT= user-destdir +USE_LANGUAGES= c99 USE_LIBTOOL= yes USE_TOOLS+= gmake PKGCONFIG_OVERRIDE+= ${WRKSRC}/libhangul.pc.in |