diff options
author | wiz <wiz> | 2010-09-14 11:00:44 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-09-14 11:00:44 +0000 |
commit | d2626c9971c97737bd11d38cef3a2e904e8f68b5 (patch) | |
tree | e242dbe8d0f523c14bb4f6d48416a02a762797cc /inputmethod/m17n-im-config | |
parent | c9477f71d3e32707fa53815c97738cf2aed3ab5c (diff) | |
download | pkgsrc-d2626c9971c97737bd11d38cef3a2e904e8f68b5.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" |