Index: Makefile =================================================================== RCS file: /home/pcvs/ports/editors/openoffice.org-3/Makefile,v retrieving revision 1.333 diff -u -r1.333 Makefile --- Makefile 5 Jun 2010 11:01:56 -0000 1.333 +++ Makefile 15 Nov 2010 14:40:28 -0000 @@ -58,7 +58,7 @@ USE_JAVA= yes JAVA_BUILD= jdk -JAVA_VENDOR= freebsd bsdjava openjdk +JAVA_VENDOR?= freebsd bsdjava openjdk .if (${OSVERSION} >= 700000) JAVA_VERSION= 1.5 1.6 .else @@ -143,6 +143,7 @@ --with-system-zlib \ --with-system-stdlibs \ --with-epm=internal \ + --with-vendor=FreeBSD-ports \ --enable-hids \ --enable-minimizer \ --enable-presenter-console \