diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-08-02 16:54:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-08-02 16:54:23 +0000 |
commit | d1a9e827c98542eb35619dffa314cba50fb08b58 (patch) | |
tree | 53a59856310f4b1abd9836dafd6e5c6f6a8dca5d | |
parent | 1efaaf91bac4b2c700cacfeab984c7c81a1e7777 (diff) | |
download | ports-d1a9e827c98542eb35619dffa314cba50fb08b58.tar.gz ports-d1a9e827c98542eb35619dffa314cba50fb08b58.zip |
Notes
-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 |