diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-05-30 16:19:50 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-05-30 16:19:50 +0000 |
commit | 6fdf05cc93d7c7cb9859e59f63b73161a7e57c56 (patch) | |
tree | abbeb5b6ec485fcd8842a7aebf8710503dfb083c /math/gnumeric | |
parent | 2e6f43e156f2a213195eaac68b94ac1fbff03408 (diff) | |
download | pkgsrc-6fdf05cc93d7c7cb9859e59f63b73161a7e57c56.tar.gz |
Depend on (at least) version 1.2 of gnome{,1,2}-dirs to automatically handle
the shared share/mime-info directory. Bump PKGREVISION.
Diffstat (limited to 'math/gnumeric')
-rw-r--r-- | math/gnumeric/Makefile | 5 | ||||
-rw-r--r-- | math/gnumeric/PLIST | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index a97410fdfc3..1f3347c160b 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.72 2003/05/05 16:40:39 jmmv Exp $ +# $NetBSD: Makefile,v 1.73 2003/05/30 16:20:01 jmmv Exp $ # DISTNAME= gnumeric-1.0.13 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.0/} @@ -10,6 +10,7 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.gnome.org/gnumeric/ COMMENT= Spreadsheet program from the GNOME project +DEPENDS+= gnome1-dirs>=1.2:../../misc/gnome1-dirs # for Python support a shared libpython is required but not provided yet #BUILD_DEPENDS+= python>=2.0:../../lang/python diff --git a/math/gnumeric/PLIST b/math/gnumeric/PLIST index 79b8256811a..459dc901bab 100644 --- a/math/gnumeric/PLIST +++ b/math/gnumeric/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.20 2003/02/18 14:56:00 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.21 2003/05/30 16:20:01 jmmv Exp $ bin/gnumeric lib/gnumeric/${PKGVERSION}-bonobo/plugins/applix/applix.a lib/gnumeric/${PKGVERSION}-bonobo/plugins/applix/applix.la @@ -979,6 +979,7 @@ share/pixmaps/gnumeric/top_border @dirrm share/pixmaps/gnumeric @dirrm share/omf/gnumeric @comment in scrollkeeper: @dirrm share/omf +@comment in gnome-dirs: @dirrm share/mime-info @dirrm share/gnumeric/${PKGVERSION}-bonobo/templates @dirrm share/gnumeric/${PKGVERSION}-bonobo/idl @dirrm share/gnumeric/${PKGVERSION}-bonobo/guile |