diff options
-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: |