diff options
author | grant <grant@pkgsrc.org> | 2002-08-27 14:43:16 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-08-27 14:43:16 +0000 |
commit | 5bee87327ee03a8bbb2c92ec7aeaa175e816996f (patch) | |
tree | 7ad82c355570ac7aa40738bc38527b392e72aaa6 | |
parent | 3b5a53a02ba8cc92e73c29841558f7e5f1258e16 (diff) | |
download | pkgsrc-5bee87327ee03a8bbb2c92ec7aeaa175e816996f.tar.gz |
add SunOS to ONLY_FOR_PLATFORM. From Julien Letessier <julien
dot letessier at sun dot com> in pkg/18086.
-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 |