diff options
author | drochner <drochner@pkgsrc.org> | 2002-01-28 09:35:03 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-01-28 09:35:03 +0000 |
commit | e5edc53ce25d0b836da753de8228e3bfcbfaa2c9 (patch) | |
tree | 347112ca3f83993cd2fcc58630a9ebd9833915b8 /math | |
parent | 04a768f05aeca0d1bdaf37c57d96575c32a31652 (diff) | |
download | pkgsrc-e5edc53ce25d0b836da753de8228e3bfcbfaa2c9.tar.gz |
disable Python support - this can't work as things look now
(there is no PIC libpython)
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric/Makefile | 6 |
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: |