diff options
author | jmc <jmc@pkgsrc.org> | 2002-03-04 07:51:21 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2002-03-04 07:51:21 +0000 |
commit | 07780da7fc42d297d64b4a7fbe17145caf12c0ca (patch) | |
tree | a13c2957d50c90dbce5ef8420abaf4ef24968160 /math | |
parent | b979a2d548a0ebe048eca292e2b83fab30563809 (diff) | |
download | pkgsrc-07780da7fc42d297d64b4a7fbe17145caf12c0ca.tar.gz |
Include netbsd 1.6 and greater when saying applies to 1.5R or later.
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 8baa6961aca..1feb52b6996 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2002/02/16 14:34:37 martti Exp $ +# $NetBSD: Makefile,v 1.45 2002/03/04 07:51:21 jmc Exp $ # DISTNAME= gnumeric-1.0.4 @@ -10,7 +10,7 @@ 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]-* +ONLY_FOR_PLATFORM= NetBSD-1.5[R-Z]-* NetBSD-1.5Z[A-Z]-* NetBSD-1.[6-9]*-* # for Python support a shared libpython is required but not provided yet #BUILD_DEPENDS+= python>=2.0:../../lang/python |