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/Makefile | |
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/Makefile')
-rw-r--r-- | math/gnumeric/Makefile | 5 |
1 files changed, 3 insertions, 2 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 |