pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/goffice0.6 this uses the gnome part of libgsf whi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3933aac1b8ee
branches:  trunk
changeset: 396742:3933aac1b8ee
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Sun Aug 02 10:54:37 2009 +0000

description:
this uses the gnome part of libgsf which is an extra pkg now, so
pull it in, bump PKGREVISION
(it could be built without gnome support, perhaps later)

diffstat:

 misc/goffice0.6/Makefile      |  4 +++-
 misc/goffice0.6/buildlink3.mk |  3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (39 lines):

diff -r 9b8c0414bea7 -r 3933aac1b8ee misc/goffice0.6/Makefile
--- a/misc/goffice0.6/Makefile  Sun Aug 02 10:52:06 2009 +0000
+++ b/misc/goffice0.6/Makefile  Sun Aug 02 10:54:37 2009 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2009/07/22 09:01:36 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2009/08/02 10:54:37 drochner Exp $
 #
 
 DISTNAME=              goffice-0.6.6
 PKGNAME=               goffice0.6-0.6.6
+PKGREVISION=           1
 CATEGORIES=            misc
 MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/goffice/0.6/}
 
@@ -28,6 +29,7 @@
 .include "../../devel/libglade/buildlink3.mk"
 .include "../../devel/libgnomeui/buildlink3.mk"
 .include "../../devel/libgsf/buildlink3.mk"
+.include "../../devel/libgsf-gnome/buildlink3.mk"
 BUILDLINK_API_DEPENDS.pango+=  pango>=1.8.1
 .include "../../devel/pango/buildlink3.mk"
 .include "../../graphics/cairo/buildlink3.mk"
diff -r 9b8c0414bea7 -r 3933aac1b8ee misc/goffice0.6/buildlink3.mk
--- a/misc/goffice0.6/buildlink3.mk     Sun Aug 02 10:52:06 2009 +0000
+++ b/misc/goffice0.6/buildlink3.mk     Sun Aug 02 10:54:37 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2009/03/20 19:25:00 joerg Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2009/08/02 10:54:37 drochner Exp $
 
 BUILDLINK_TREE+=       goffice0.6
 
@@ -16,6 +16,7 @@
 .include "../../devel/libglade/buildlink3.mk"
 .include "../../devel/libgnomeui/buildlink3.mk"
 .include "../../devel/libgsf/buildlink3.mk"
+.include "../../devel/libgsf-gnome/buildlink3.mk"
 .include "../../devel/pango/buildlink3.mk"
 .include "../../devel/pcre/buildlink3.mk"
 .include "../../graphics/cairo/buildlink3.mk"



Home | Main Index | Thread Index | Old Index