summaryrefslogtreecommitdiff
path: root/math/gnumeric
diff options
context:
space:
mode:
authordrochner <drochner>2002-01-28 09:35:03 +0000
committerdrochner <drochner>2002-01-28 09:35:03 +0000
commitfd3287cdada3fe05097ceac79754b3143ad3ed97 (patch)
tree347112ca3f83993cd2fcc58630a9ebd9833915b8 /math/gnumeric
parentbe7dae53678fd7742d975f44772ff6d003dddac7 (diff)
downloadpkgsrc-fd3287cdada3fe05097ceac79754b3143ad3ed97.tar.gz
disable Python support - this can't work as things look now
(there is no PIC libpython)
Diffstat (limited to 'math/gnumeric')
-rw-r--r--math/gnumeric/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile
index 97fbd00b001..ab027538986 100644
--- a/math/gnumeric/Makefile
+++ b/math/gnumeric/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2002/01/25 01:39:53 rh Exp $
+# $NetBSD: Makefile,v 1.43 2002/01/28 09:35:03 drochner Exp $
#
DISTNAME= gnumeric-1.0.2
@@ -12,7 +12,8 @@ COMMENT= Powerful and easy to use spreadsheet program from the GNOME project
# wctype.h is found on NetBSD 1.5R and later
ONLY_FOR_PLATFORM= NetBSD-1.5[R-Z]-* NetBSD-1.5Z[A-Z]-*
-BUILD_DEPENDS+= python>=2.0:../../lang/python
+# for Python support a shared libpython is required but not provided yet
+#BUILD_DEPENDS+= python>=2.0:../../lang/python
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
@@ -25,6 +26,7 @@ LDFLAGS+= -Wl,-R${LOCALBASE}/lib
LDFLAGS+= -lunicode
CPPFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ARGS+= --without-guile # needs CVS-only guile-1.5
+CONFIGURE_ARGS+= --without-python
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
pre-configure: