diff options
author | taya <taya@pkgsrc.org> | 2005-09-05 15:00:09 +0000 |
---|---|---|
committer | taya <taya@pkgsrc.org> | 2005-09-05 15:00:09 +0000 |
commit | 8317d6979a0fe34fabec7a6e5c1db1f8f3acd184 (patch) | |
tree | 6de663e8a0627388b6229cd56163ebaf21b317a9 /inputmethod/anthy/Makefile.common | |
parent | 542bff762e3f057c435672f44ad6ffefbce276b9 (diff) | |
download | pkgsrc-8317d6979a0fe34fabec7a6e5c1db1f8f3acd184.tar.gz |
update inputmethod/anthy to 6700b.
Changes from release notes:
- fix alignment problem of memory allocator
- fix problems with cpu other than x86
fix PR pkg/31062
Diffstat (limited to 'inputmethod/anthy/Makefile.common')
-rw-r--r-- | inputmethod/anthy/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/inputmethod/anthy/Makefile.common b/inputmethod/anthy/Makefile.common index 30ea042c608..c352542afd0 100644 --- a/inputmethod/anthy/Makefile.common +++ b/inputmethod/anthy/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.2 2005/03/03 15:34:08 taya Exp $ +# $NetBSD: Makefile.common,v 1.3 2005/09/05 15:00:09 taya Exp $ -ANTHY_VERSION= 6300 +ANTHY_VERSION= 6700b DISTNAME= anthy-${ANTHY_VERSION} CATEGORIES= inputmethod -MASTER_SITES= http://downloads.sourceforge.jp/anthy/13543/ +MASTER_SITES= http://downloads.sourceforge.jp/anthy/15414/ DISTFILES= ${DISTNAME}.tar.gz DISTINFO_FILE= ${.CURDIR}/../../inputmethod/anthy/distinfo |