diff options
author | fredb <fredb@pkgsrc.org> | 2003-04-10 13:31:45 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2003-04-10 13:31:45 +0000 |
commit | e0ea35a3a4d51e3e465bb6811c5bf7875b6c5da8 (patch) | |
tree | 7fd7120ded1e8a3532d756b4b982dca083a6493e /math | |
parent | b7dd0a3343c6444b21ffce195453c4983faafce0 (diff) | |
download | pkgsrc-e0ea35a3a4d51e3e465bb6811c5bf7875b6c5da8.tar.gz |
Remove ${ONLY_FOR_PLATFORM} restriction. At this point in time, we
don't care if the package doesn't build on pre-NetBSD-1.5 systems.
Closes PR pkg/19579.
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index b6564a11014..28712ecb5ac 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2003/02/18 14:56:00 jmmv Exp $ +# $NetBSD: Makefile,v 1.69 2003/04/10 13:31:45 fredb Exp $ # DISTNAME= gnumeric-1.0.12 @@ -10,9 +10,6 @@ MAINTAINER= rh@netbsd.org 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]*-* SunOS-*-* - # for Python support a shared libpython is required but not provided yet #BUILD_DEPENDS+= python>=2.0:../../lang/python |