diff options
author | obache <obache@pkgsrc.org> | 2009-12-12 06:22:08 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-12-12 06:22:08 +0000 |
commit | 60973bdc3fea39494884996f8706332533c6bb5a (patch) | |
tree | 018e01deace950140d97a97788d7f1162c77f1ab /inputmethod | |
parent | d85882d2c74bd76c211b2f18c689d4775fc87562 (diff) | |
download | pkgsrc-60973bdc3fea39494884996f8706332533c6bb5a.tar.gz |
Add dependency on kasumi, honor changes to 0.7.0 entry in NEWS.
Bump PKGREVISION.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/scim-anthy/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/inputmethod/scim-anthy/Makefile b/inputmethod/scim-anthy/Makefile index 2cafaf1a6c9..58ca1476fac 100644 --- a/inputmethod/scim-anthy/Makefile +++ b/inputmethod/scim-anthy/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/11/24 11:47:40 obache Exp $ +# $NetBSD: Makefile,v 1.2 2009/12/12 06:22:08 obache Exp $ # DISTNAME= scim-anthy-1.2.7 +PKGREVISION= 1 CATEGORIES= inputmethod MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=scim-imengine/37309/} @@ -12,6 +13,8 @@ LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir +DEPENDS+= kasumi>=0.6:../../inputmethod/kasumi + USE_PKGLOCALEDIR= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes |