diff options
Diffstat (limited to 'math/gnumeric/Makefile')
-rw-r--r-- | math/gnumeric/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 860d84145ab..9ce6416416c 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2001/11/11 20:11:31 damon Exp $ +# $NetBSD: Makefile,v 1.41 2002/01/17 11:57:44 martti Exp $ # -DISTNAME= gnumeric-0.75 +DISTNAME= gnumeric-1.0.2 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnumeric/} @@ -9,6 +9,9 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.gnome.org/gnumeric/ 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 GNU_CONFIGURE= YES |