diff options
author | wiz <wiz@pkgsrc.org> | 2010-09-14 11:00:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-09-14 11:00:44 +0000 |
commit | 2c6e8e30b08bf1c171e92b4a779d56f1b68206fa (patch) | |
tree | e242dbe8d0f523c14bb4f6d48416a02a762797cc /inputmethod/m17n-im-config | |
parent | 82ff889da9dc587d94b5ad49c36469576ebed64f (diff) | |
download | pkgsrc-2c6e8e30b08bf1c171e92b4a779d56f1b68206fa.tar.gz |
Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.
Per discussion on pkgsrc-changes.
Diffstat (limited to 'inputmethod/m17n-im-config')
-rw-r--r-- | inputmethod/m17n-im-config/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/m17n-im-config/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/inputmethod/m17n-im-config/Makefile b/inputmethod/m17n-im-config/Makefile index 16e9bdfea6c..9088569a3ab 100644 --- a/inputmethod/m17n-im-config/Makefile +++ b/inputmethod/m17n-im-config/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2010/06/13 22:44:48 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2010/09/14 11:00:57 wiz Exp $ # DISTNAME= m17n-im-config-0.9.0 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= inputmethod devel MASTER_SITES= http://www.m17n.org/m17n-lib-download/ diff --git a/inputmethod/m17n-im-config/buildlink3.mk b/inputmethod/m17n-im-config/buildlink3.mk index 2f10d008da6..32a648485e3 100644 --- a/inputmethod/m17n-im-config/buildlink3.mk +++ b/inputmethod/m17n-im-config/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2010/06/13 22:44:48 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2010/09/14 11:00:57 wiz Exp $ BUILDLINK_TREE+= m17n-im-config @@ -6,7 +6,7 @@ BUILDLINK_TREE+= m17n-im-config M17N_IM_CONFIG_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.m17n-im-config+= m17n-im-config>=0.9.0 -BUILDLINK_ABI_DEPENDS.m17n-im-config?= m17n-im-config>=0.9.0nb3 +BUILDLINK_ABI_DEPENDS.m17n-im-config?= m17n-im-config>=0.9.0nb4 BUILDLINK_PKGSRCDIR.m17n-im-config?= ../../inputmethod/m17n-im-config .include "../../devel/gettext-lib/buildlink3.mk" |