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 /x11/gnome-sharp | |
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 'x11/gnome-sharp')
-rw-r--r-- | x11/gnome-sharp/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome-sharp/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/gnome-sharp/Makefile b/x11/gnome-sharp/Makefile index f6ebe7675f6..3306fb8cac0 100644 --- a/x11/gnome-sharp/Makefile +++ b/x11/gnome-sharp/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2010/01/18 09:59:34 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2010/06/13 22:45:37 wiz Exp $ # DISTNAME= gnome-sharp-2.24.1 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-sharp/2.24/} diff --git a/x11/gnome-sharp/buildlink3.mk b/x11/gnome-sharp/buildlink3.mk index 6a0b6a802b3..d9cbbea9638 100644 --- a/x11/gnome-sharp/buildlink3.mk +++ b/x11/gnome-sharp/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.13 2010/01/18 09:59:34 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.14 2010/06/13 22:45:37 wiz Exp $ BUILDLINK_TREE+= gnome-sharp @@ -6,7 +6,7 @@ BUILDLINK_TREE+= gnome-sharp GNOME_SHARP_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.gnome-sharp+= gnome-sharp>=2.24.0 -BUILDLINK_ABI_DEPENDS.gnome-sharp?= gnome-sharp>=2.24.1nb6 +BUILDLINK_ABI_DEPENDS.gnome-sharp?= gnome-sharp>=2.24.1nb7 BUILDLINK_PKGSRCDIR.gnome-sharp?= ../../x11/gnome-sharp .include "../../devel/libgnomeui/buildlink3.mk" |