diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-11 13:29:49 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-11 13:29:49 +0000 |
commit | 3407568acffb569249fd19383627fe015d0152dd (patch) | |
tree | b5aebb9bae4e3ead6efc1a9117c51eb14d98c914 /inputmethod/nabi/Makefile | |
parent | d6cd6e3b5212b1bdb0a958ed4bf7341540d1f6f9 (diff) | |
download | pkgsrc-3407568acffb569249fd19383627fe015d0152dd.tar.gz |
Update nabi to 0.13.
Changes since 0.12:
- Session support.
- Display meanings for Chinese characters.
- Fix memory leaks.
Diffstat (limited to 'inputmethod/nabi/Makefile')
-rw-r--r-- | inputmethod/nabi/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/inputmethod/nabi/Makefile b/inputmethod/nabi/Makefile index 1ce2a4eb792..69d29289ec0 100644 --- a/inputmethod/nabi/Makefile +++ b/inputmethod/nabi/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2004/02/10 17:05:54 minskim Exp $ +# $NetBSD: Makefile,v 1.12 2004/04/11 13:29:49 minskim Exp $ # -DISTNAME= nabi-0.12 -PKGREVISION= 1 +DISTNAME= nabi-0.13 CATEGORIES= korean inputmethod MASTER_SITES= http://download.kldp.net/nabi/ @@ -15,12 +14,6 @@ USE_X11= YES GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES -SUBST_CLASSES+= options -SUBST_MESSAGE.options= "Removing incompatible compiler options." -SUBST_STAGE.options= post-patch -SUBST_FILES.options= IMdkit/Makefile.in src/Makefile.in -SUBST_SED.options= -e 's,-Wall,,g' - .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/pkgconfig/buildlink3.mk" |