diff options
author | pav <pav@FreeBSD.org> | 2009-08-03 00:54:23 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-08-03 00:54:23 +0800 |
commit | 922e6b12a2bba509346c94edd7083ea29eb697e0 (patch) | |
tree | 0021b5dee2ecf43a822577f803725e5730860a37 /editors | |
parent | 42d02d814486f86dd4f0acefd0574ef500f3458e (diff) | |
download | freebsd-ports-gnome-922e6b12a2bba509346c94edd7083ea29eb697e0.tar.gz freebsd-ports-gnome-922e6b12a2bba509346c94edd7083ea29eb697e0.tar.zst freebsd-ports-gnome-922e6b12a2bba509346c94edd7083ea29eb697e0.zip |
- Mark BROKEN on i386, does not build
- Mark MANUAL_PACKAGE_BUILD on amd64, crashes pointyhat nodes
Reported by: pointyhat
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice.org-vcltesttool/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/openoffice.org-vcltesttool/Makefile b/editors/openoffice.org-vcltesttool/Makefile index 1c7d2b2d0f18..0e64ade181ad 100644 --- a/editors/openoffice.org-vcltesttool/Makefile +++ b/editors/openoffice.org-vcltesttool/Makefile @@ -40,8 +40,10 @@ ONLY_FOR_ARCHS= i386 amd64 .if ${ARCH} == amd64 FREEBSD_ENV_SET= FreeBSDAMDEnv.Set +MANUAL_PACKAGE_BUILD= loops builds on pointyhat .else FREEBSD_ENV_SET= FreeBSDX86Env.Set +BROKEN= does not build .endif #Linux/Solaris/Windows m226, MacOSX: m243 |