diff options
author | wiz <wiz@pkgsrc.org> | 2010-06-13 22:43:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-06-13 22:43:46 +0000 |
commit | 92e0cb52cb783546e352182244f761180817e141 (patch) | |
tree | 4a9b97c2969a25f1eeb6596ee96fc25429cef7d5 /inputmethod/m17n-im-config | |
parent | 01bd00f60b043c603cfe4fa796bf28af3a849cca (diff) | |
download | pkgsrc-92e0cb52cb783546e352182244f761180817e141.tar.gz |
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
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 3d92f1906d9..16e9bdfea6c 100644 --- a/inputmethod/m17n-im-config/Makefile +++ b/inputmethod/m17n-im-config/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2010/01/18 09:59:11 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2010/06/13 22:44:48 wiz Exp $ # DISTNAME= m17n-im-config-0.9.0 -PKGREVISION= 2 +PKGREVISION= 3 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 665af9fb00a..2f10d008da6 100644 --- a/inputmethod/m17n-im-config/buildlink3.mk +++ b/inputmethod/m17n-im-config/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2010/01/18 09:59:11 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2010/06/13 22:44:48 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.0nb2 +BUILDLINK_ABI_DEPENDS.m17n-im-config?= m17n-im-config>=0.9.0nb3 BUILDLINK_PKGSRCDIR.m17n-im-config?= ../../inputmethod/m17n-im-config .include "../../devel/gettext-lib/buildlink3.mk" |