summaryrefslogtreecommitdiff
path: root/math/gnumeric/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2005-09-08 15:29:28 +0000
committerdrochner <drochner@pkgsrc.org>2005-09-08 15:29:28 +0000
commita71accbb03af50ead6c18f01f8de01b75f07c358 (patch)
treeb2d6bae5276e9140b1a18ba1c68c1e25538d420c /math/gnumeric/Makefile
parente9af63abc81f6292540cf487d708a279e123db21 (diff)
downloadpkgsrc-a71accbb03af50ead6c18f01f8de01b75f07c358.tar.gz
move gnumeric-1.4.3 to math/gnumeric, replacing gnumeric-1.2
While I dislike moving pkgs around and forcing users into updates I'm making an exception here, because this is a leaf pkg, we don't support gnumeric-1.2 anymore and because gnumeric-1.4 is fully compatible to older sheets tbomk. Sorry for breaking pkgchk.conf though.
Diffstat (limited to 'math/gnumeric/Makefile')
-rw-r--r--math/gnumeric/Makefile17
1 files changed, 10 insertions, 7 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile
index af6437e9360..4b9dd06ce14 100644
--- a/math/gnumeric/Makefile
+++ b/math/gnumeric/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.96 2005/07/16 01:19:14 jlam Exp $
+# $NetBSD: Makefile,v 1.97 2005/09/08 15:29:28 drochner Exp $
#
-DISTNAME= gnumeric-1.2.13
-PKGREVISION= 2
+DISTNAME= gnumeric-1.4.3
+PKGREVISION= 1
CATEGORIES= math gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.2/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.4/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rh@NetBSD.org
@@ -14,12 +14,13 @@ COMMENT= Spreadsheet program from the GNOME project
BUILD_USES_MSGFMT= YES
USE_DIRS+= xdg-1.1
USE_PKGLOCALEDIR= YES
-USE_TOOLS+= gmake perl:run
+USE_TOOLS+= gmake perl:run pkg-config
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --with-python=python2.3
-PYTHON_VERSION_REQD= 23
+CONFIGURE_ARGS+= --with-python
+CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
+PYTHON_VERSIONS_ACCEPTED= 24 23
GCONF2_SCHEMAS= gnumeric-dialogs.schemas gnumeric-general.schemas \
gnumeric-plugins.schemas
@@ -27,6 +28,7 @@ GCONF2_SCHEMAS= gnumeric-dialogs.schemas gnumeric-general.schemas \
.include "../../lang/python/application.mk"
.include "../../databases/libgda/buildlink3.mk"
.include "../../databases/libgnomedb/buildlink3.mk"
+BUILDLINK_DEPENDS.libgsf+= libgsf>=1.12.2
.include "../../devel/libgsf/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/atk/buildlink3.mk"
@@ -39,6 +41,7 @@ GCONF2_SCHEMAS= gnumeric-dialogs.schemas gnumeric-general.schemas \
.include "../../devel/libbonoboui/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libglade2/buildlink3.mk"
+.include "../../graphics/libgnomecanvas/buildlink3.mk"
# guile is currently not supported in gnumeric
#.include "../../lang/guile/buildlink3.mk"
.include "../../print/libgnomeprint/buildlink3.mk"