diff options
author | joerg <joerg@pkgsrc.org> | 2006-02-05 23:08:03 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-02-05 23:08:03 +0000 |
commit | 5911def8168a758ff36655bdfb061b58eb52ff1c (patch) | |
tree | 55f8bf20a2509b6bfbeff866e548573d549d538e /inputmethod/anthy | |
parent | 2c6401a1061bb894c594273db42efd205d73bedc (diff) | |
download | pkgsrc-5911def8168a758ff36655bdfb061b58eb52ff1c.tar.gz |
Recursive revision bump / recommended bump for gettext ABI change.
Diffstat (limited to 'inputmethod/anthy')
-rw-r--r-- | inputmethod/anthy/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/anthy/buildlink3.mk | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/inputmethod/anthy/Makefile b/inputmethod/anthy/Makefile index 6f1e7beb556..68cd983b660 100644 --- a/inputmethod/anthy/Makefile +++ b/inputmethod/anthy/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.10 2006/01/23 23:08:47 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2006/02/05 23:09:42 joerg Exp $ .include "../../inputmethod/anthy/Makefile.common" EXTRACT_ONLY= ${DISTNAME}.tar.gz +PKGREVISION= 1 + MAINTAINER= taya@NetBSD.org COMMENT= Kana Kanji conversion system diff --git a/inputmethod/anthy/buildlink3.mk b/inputmethod/anthy/buildlink3.mk index 3aced3ccd30..ba5eb43fc6a 100644 --- a/inputmethod/anthy/buildlink3.mk +++ b/inputmethod/anthy/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2005/03/03 15:34:08 taya Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2006/02/05 23:09:42 joerg Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ ANTHY_BUILDLINK3_MK:= ${ANTHY_BUILDLINK3_MK}+ @@ -12,6 +12,7 @@ BUILDLINK_PACKAGES+= anthy .if !empty(ANTHY_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.anthy+= anthy>=6300 +BUILDLINK_RECOMMENDED.anthy?= anthy>=7100bnb1 BUILDLINK_PKGSRCDIR.anthy?= ../../inputmethod/anthy .endif # ANTHY_BUILDLINK3_MK |