diff options
author | maho <maho@FreeBSD.org> | 2005-09-02 08:39:52 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-09-02 08:39:52 +0800 |
commit | f2e26b0d2e38a5954b87e536069e3fc8850ab256 (patch) | |
tree | c57f5f66536d01fd46044152e8b5b96fb7f53bd8 /editors/openoffice-3 | |
parent | 83c7628b61f528487fcf5a91ac9c7ac7b8429144 (diff) | |
download | freebsd-ports-gnome-f2e26b0d2e38a5954b87e536069e3fc8850ab256.tar.gz freebsd-ports-gnome-f2e26b0d2e38a5954b87e536069e3fc8850ab256.tar.zst freebsd-ports-gnome-f2e26b0d2e38a5954b87e536069e3fc8850ab256.zip |
Currently OOo is buildbale only with bsdjava
Reported by: many people
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r-- | editors/openoffice-3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index f30984fbb41f..204bdf4b4e52 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/Makefile @@ -39,6 +39,7 @@ WITHOUT_CPU_CFLAGS= true USE_JAVA= yes JAVA_VERSION= 1.4 JAVA_BUILD= jdk +JAVA_VENDOR= bsdjava .endif .include <bsd.port.pre.mk> |