diff options
author | drochner <drochner@pkgsrc.org> | 2002-01-29 12:36:46 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-01-29 12:36:46 +0000 |
commit | bfeb99763a5d941600f086e6c0dac08d71db9a46 (patch) | |
tree | 62469255bda085fee202afbf6efe23312be6b707 /math | |
parent | d438ed24571738e7cb23ae6770081f53c303b59b (diff) | |
download | pkgsrc-bfeb99763a5d941600f086e6c0dac08d71db9a46.tar.gz |
comment out Python support - it doesn't work anyway
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric0/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/gnumeric0/Makefile b/math/gnumeric0/Makefile index e1475557e63..283cb6f8692 100644 --- a/math/gnumeric0/Makefile +++ b/math/gnumeric0/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/01/25 01:39:53 rh Exp $ +# $NetBSD: Makefile,v 1.3 2002/01/29 12:36:46 drochner Exp $ # DISTNAME= gnumeric-0.75 @@ -9,8 +9,6 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.gnome.org/gnumeric/ COMMENT= Powerful and easy to use spreadsheet program from the GNOME project -BUILD_DEPENDS+= python>=2.0:../../lang/python - GNU_CONFIGURE= YES USE_LIBTOOL= YES USE_X11BASE= YES @@ -22,6 +20,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: |