diff options
author | wiz <wiz> | 2010-06-13 22:43:46 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-06-13 22:43:46 +0000 |
commit | c3512e82cfd1ef757581484eb740c7cd398411b9 (patch) | |
tree | 4a9b97c2969a25f1eeb6596ee96fc25429cef7d5 /misc/goffice0.6 | |
parent | e9a8c2a53822e7578f98d3ebcd4e60f3d153b02a (diff) | |
download | pkgsrc-c3512e82cfd1ef757581484eb740c7cd398411b9.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 'misc/goffice0.6')
-rw-r--r-- | misc/goffice0.6/Makefile | 4 | ||||
-rw-r--r-- | misc/goffice0.6/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/goffice0.6/Makefile b/misc/goffice0.6/Makefile index 0ee82f52fe8..3ab464332ce 100644 --- a/misc/goffice0.6/Makefile +++ b/misc/goffice0.6/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2010/01/18 09:59:13 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2010/06/13 22:44:59 wiz Exp $ # DISTNAME= goffice-0.6.6 PKGNAME= goffice0.6-0.6.6 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNOME:=sources/goffice/0.6/} diff --git a/misc/goffice0.6/buildlink3.mk b/misc/goffice0.6/buildlink3.mk index 976a48edb1a..ebdc853a755 100644 --- a/misc/goffice0.6/buildlink3.mk +++ b/misc/goffice0.6/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.6 2010/01/18 09:59:13 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2010/06/13 22:44:59 wiz Exp $ BUILDLINK_TREE+= goffice0.6 @@ -6,7 +6,7 @@ BUILDLINK_TREE+= goffice0.6 GOFFICE0.6_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.goffice0.6+= goffice0.6>=0.6.1 -BUILDLINK_ABI_DEPENDS.goffice0.6?= goffice0.6>=0.6.6nb4 +BUILDLINK_ABI_DEPENDS.goffice0.6?= goffice0.6>=0.6.6nb5 BUILDLINK_PKGSRCDIR.goffice0.6?= ../../misc/goffice0.6 #.include "../../converters/libiconv/buildlink3.mk" |