diff options
author | david <david@pkgsrc.org> | 2000-07-01 19:42:22 +0000 |
---|---|---|
committer | david <david@pkgsrc.org> | 2000-07-01 19:42:22 +0000 |
commit | 57917276b928ca115c03c45468c3e7de9447f221 (patch) | |
tree | e261b1c74bbf8ad6d46238fce69af3c0553421d6 /misc | |
parent | 2cf2ea939c7596b035242135cd530de8227b5613 (diff) | |
download | pkgsrc-57917276b928ca115c03c45468c3e7de9447f221.tar.gz |
If ONLY_FOR_PLATFORM included NetBSD-1.4[Z][A-Z]-i386, include
NetBSD-1.5_ALPHA-i386
Diffstat (limited to 'misc')
-rw-r--r-- | misc/staroffice/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/staroffice/Makefile b/misc/staroffice/Makefile index b268dfecc7e..f66e3cc3b74 100644 --- a/misc/staroffice/Makefile +++ b/misc/staroffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/05/03 17:03:20 rh Exp $ +# $NetBSD: Makefile,v 1.8 2000/07/01 19:42:26 david Exp $ # DISTNAME= so51a_lnx_${LANGNO} @@ -18,7 +18,8 @@ DEPENDS+= suse_linux>=6.1:../../emulators/suse_linux NO_CDROM= "Redistribution not permitted" MIRROR_DISTFILE= NO -ONLY_FOR_PLATFORM= NetBSD-1.4?-i386 +ONLY_FOR_PLATFORM= NetBSD-1.4?-i386 NetBSD-1.4Z[A-Z]-i386 \ + NetBSD-1.5_ALPHA-i386 PATCH_FUZZ_FACTOR= -F1 IS_INTERACTIVE= YES NO_BUILD= YES |