summaryrefslogtreecommitdiff
path: root/math/gnumeric/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2003-01-09 12:41:11 +0000
committerrh <rh@pkgsrc.org>2003-01-09 12:41:11 +0000
commit1a1a6b81ede2d4784927b3c1971918a9381a223c (patch)
tree02728653f51bee56dd75011f0bdaf928dfa7b2ec /math/gnumeric/Makefile
parent9b7d6f99368bf4beb36cac27fc63897bddbd8538 (diff)
downloadpkgsrc-1a1a6b81ede2d4784927b3c1971918a9381a223c.tar.gz
Update gnumeric to 1.0.12. Changes include:
* Guile support (NetBSD package) * Bugfixes * backport small text import cleanup. * Remove the patch to the xml importer in 1.0.11 and solve the problem using a blunt object. * Support the global outline buttons * Use the back port of the new xml parser in libxml1 (thanks DV) * Fix GAMMAINV.
Diffstat (limited to 'math/gnumeric/Makefile')
-rw-r--r--math/gnumeric/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile
index 059f8cd7ca6..7a138320a48 100644
--- a/math/gnumeric/Makefile
+++ b/math/gnumeric/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.64 2002/12/24 06:10:11 wiz Exp $
+# $NetBSD: Makefile,v 1.65 2003/01/09 12:41:11 rh Exp $
#
-DISTNAME= gnumeric-1.0.10
-PKGREVISION= 1
+DISTNAME= gnumeric-1.0.12
CATEGORIES= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.0/}
@@ -23,7 +22,6 @@ USE_GMAKE= YES
USE_PERL5= YES
GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --without-guile # needs CVS-only guile-1.5
CONFIGURE_ARGS+= --without-python
CONFIGURE_ARGS+= --without-psiconv
CONFIGURE_ARGS+= --localstatedir=${SCROLLKEEPER_DATADIR}
@@ -38,6 +36,7 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
.include "../../devel/libglade/buildlink2.mk"
.include "../../devel/libole2/buildlink2.mk"
.include "../../devel/oaf/buildlink2.mk"
+.include "../../lang/guile/buildlink2.mk"
.include "../../print/gnome-print/buildlink2.mk"
.include "../../textproc/libunicode/buildlink2.mk"
.include "../../textproc/libxml/buildlink2.mk"