diff options
author | grant <grant> | 2002-08-27 14:43:16 +0000 |
---|---|---|
committer | grant <grant> | 2002-08-27 14:43:16 +0000 |
commit | ca109947618f2c2197ae1ac19b0535ed3606d542 (patch) | |
tree | 7ad82c355570ac7aa40738bc38527b392e72aaa6 /math/gnumeric | |
parent | 4c5f2cbdcfab17b0c3cdfd04141fa15f044b53fc (diff) | |
download | pkgsrc-ca109947618f2c2197ae1ac19b0535ed3606d542.tar.gz |
add SunOS to ONLY_FOR_PLATFORM. From Julien Letessier <julien
dot letessier at sun dot com> in pkg/18086.
Diffstat (limited to 'math/gnumeric')
-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 ec19411eca9..4c44112880b 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2002/07/26 01:09:51 mjl Exp $ +# $NetBSD: Makefile,v 1.58 2002/08/27 14:43:16 grant Exp $ # DISTNAME= gnumeric-1.0.9 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.gnome.org/gnumeric/ COMMENT= 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]-* NetBSD-1.[6-9]*-* +ONLY_FOR_PLATFORM= NetBSD-1.5[R-Z]-* NetBSD-1.5Z[A-Z]-* NetBSD-1.[6-9]*-* SunOS-*-* # for Python support a shared libpython is required but not provided yet #BUILD_DEPENDS+= python>=2.0:../../lang/python |