summaryrefslogtreecommitdiff
path: root/math/gnumeric
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-03-08 19:40:36 +0000
committerjmmv <jmmv@pkgsrc.org>2004-03-08 19:40:36 +0000
commitae5a97419f9483f8d29f539efc9d0073f21b32de (patch)
tree31ed0dbd30601179a2bbef617a33214b104e418a /math/gnumeric
parenta8e47947f0a68e270b396c8eb837420d5740af94 (diff)
downloadpkgsrc-ae5a97419f9483f8d29f539efc9d0073f21b32de.tar.gz
Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
Diffstat (limited to 'math/gnumeric')
-rw-r--r--math/gnumeric/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile
index 6da27936fa8..a5d0a659082 100644
--- a/math/gnumeric/Makefile
+++ b/math/gnumeric/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.80 2004/03/07 12:09:21 jmmv Exp $
+# $NetBSD: Makefile,v 1.81 2004/03/08 19:40:40 jmmv Exp $
#
DISTNAME= gnumeric-1.0.13
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.0/}
@@ -10,7 +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
+DEPENDS+= gnome1-dirs>=1.5:../../misc/gnome1-dirs
# for Python support a shared libpython is required but not provided yet
#BUILD_DEPENDS+= python>=2.0:../../lang/python