diff options
author | rh <rh@pkgsrc.org> | 2003-01-17 02:23:21 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2003-01-17 02:23:21 +0000 |
commit | 6a07e7c509e22825ead86586adfa549b4436304d (patch) | |
tree | 833ac46108b525cd5ed457f23c24c5347aa07fa5 /math/gnumeric | |
parent | dca24fd502dc42547c182dbb3492784267ac5188 (diff) | |
download | pkgsrc-6a07e7c509e22825ead86586adfa549b4436304d.tar.gz |
Re-enable guile support now that guile and guile14 happily co-exist.
Bump PKGREVISION.
Diffstat (limited to 'math/gnumeric')
-rw-r--r-- | math/gnumeric/Makefile | 7 | ||||
-rw-r--r-- | math/gnumeric/PLIST | 10 |
2 files changed, 12 insertions, 5 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 20be0354bfb..48eb0ae530d 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.66 2003/01/12 05:45:02 rh Exp $ +# $NetBSD: Makefile,v 1.67 2003/01/17 02:23:21 rh Exp $ # DISTNAME= gnumeric-1.0.12 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.0/} @@ -25,7 +25,6 @@ USE_PERL5= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-python CONFIGURE_ARGS+= --without-psiconv -CONFIGURE_ARGS+= --without-guile CONFIGURE_ARGS+= --localstatedir=${SCROLLKEEPER_DATADIR} LIBS+= -lunicode @@ -38,7 +37,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" # XXX needs guile fix first +.include "../../lang/guile/buildlink2.mk" .include "../../print/gnome-print/buildlink2.mk" .include "../../textproc/libunicode/buildlink2.mk" .include "../../textproc/libxml/buildlink2.mk" diff --git a/math/gnumeric/PLIST b/math/gnumeric/PLIST index d7d2a017b3d..b9ee6948f7e 100644 --- a/math/gnumeric/PLIST +++ b/math/gnumeric/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2003/01/12 05:45:02 rh Exp $ +@comment $NetBSD: PLIST,v 1.19 2003/01/17 02:23:21 rh Exp $ bin/gnumeric lib/gnumeric/${PKGVERSION}-bonobo/plugins/applix/applix.a lib/gnumeric/${PKGVERSION}-bonobo/plugins/applix/applix.la @@ -16,6 +16,10 @@ lib/gnumeric/${PKGVERSION}-bonobo/plugins/excel/excel.a lib/gnumeric/${PKGVERSION}-bonobo/plugins/excel/excel.la lib/gnumeric/${PKGVERSION}-bonobo/plugins/excel/excel.so lib/gnumeric/${PKGVERSION}-bonobo/plugins/excel/plugin.xml +lib/gnumeric/${PKGVERSION}-bonobo/plugins/guile/guile.a +lib/gnumeric/${PKGVERSION}-bonobo/plugins/guile/guile.la +lib/gnumeric/${PKGVERSION}-bonobo/plugins/guile/guile.so +lib/gnumeric/${PKGVERSION}-bonobo/plugins/guile/plugin.xml lib/gnumeric/${PKGVERSION}-bonobo/plugins/html/html.a lib/gnumeric/${PKGVERSION}-bonobo/plugins/html/html.la lib/gnumeric/${PKGVERSION}-bonobo/plugins/html/html.so @@ -867,6 +871,8 @@ share/gnumeric/${PKGVERSION}-bonobo/glade/tabulate.glade share/gnumeric/${PKGVERSION}-bonobo/glade/variance-tests.glade share/gnumeric/${PKGVERSION}-bonobo/glade/workbook-attr.glade share/gnumeric/${PKGVERSION}-bonobo/gnome/ui/GNOME_Gnumeric.xml +share/gnumeric/${PKGVERSION}-bonobo/guile/functions.scm +share/gnumeric/${PKGVERSION}-bonobo/guile/gnumeric_startup.scm share/gnumeric/${PKGVERSION}-bonobo/idl/GNOME_Gnumeric.idl share/gnumeric/${PKGVERSION}-bonobo/idl/GNOME_Gnumeric_Graph.idl share/gnumeric/${PKGVERSION}-bonobo/templates/invoice.gnumeric @@ -974,6 +980,7 @@ share/pixmaps/gnumeric/top_border @dirrm share/omf/gnumeric @dirrm share/gnumeric/${PKGVERSION}-bonobo/templates @dirrm share/gnumeric/${PKGVERSION}-bonobo/idl +@dirrm share/gnumeric/${PKGVERSION}-bonobo/guile @dirrm share/gnumeric/${PKGVERSION}-bonobo/gnome/ui @dirrm share/gnumeric/${PKGVERSION}-bonobo/gnome @dirrm share/gnumeric/${PKGVERSION}-bonobo/glade @@ -1000,6 +1007,7 @@ share/pixmaps/gnumeric/top_border @dirrm lib/gnumeric/${PKGVERSION}-bonobo/plugins/mps @dirrm lib/gnumeric/${PKGVERSION}-bonobo/plugins/lotus @dirrm lib/gnumeric/${PKGVERSION}-bonobo/plugins/html +@dirrm lib/gnumeric/${PKGVERSION}-bonobo/plugins/guile @dirrm lib/gnumeric/${PKGVERSION}-bonobo/plugins/excel @dirrm lib/gnumeric/${PKGVERSION}-bonobo/plugins/dif @dirrm lib/gnumeric/${PKGVERSION}-bonobo/plugins/derivatives |