diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-04-15 02:43:21 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-04-15 02:43:21 +0000 |
commit | 8f569b1b0e665bfa0ea47d356974c815bb1ef3ee (patch) | |
tree | 2b95797ca42c5613a5f3cf740405850bbce6aed0 /editors/openoffice.org-3-devel/Makefile | |
parent | be7f5a00863ada534c352564283f447649fb95da (diff) |
Notes
Diffstat (limited to 'editors/openoffice.org-3-devel/Makefile')
-rw-r--r-- | editors/openoffice.org-3-devel/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/openoffice.org-3-devel/Makefile b/editors/openoffice.org-3-devel/Makefile index 6cb538f95c61..84fb160e4d72 100644 --- a/editors/openoffice.org-3-devel/Makefile +++ b/editors/openoffice.org-3-devel/Makefile @@ -50,9 +50,9 @@ ONLY_FOR_ARCHS= i386 .if !defined(WITHOUT_JAVA) && !defined(WITH_GNUGCJ) USE_JAVA= yes -JAVA_VERSION= 1.4 +JAVA_VERSION= 1.5 JAVA_BUILD= jdk -JAVA_VENDOR= bsdjava +JAVA_VENDOR= freebsd bsdjava .endif .include <bsd.port.pre.mk> @@ -64,9 +64,9 @@ IGNORE= install lang/perl5.8 then try again CODELINE= 680 RELEASE_NR= 2.0 -MILESTONE?= 162 +MILESTONE?= 163 OOOTAG?= SRC680_m${MILESTONE} -SNAPDATE= 20060331 +SNAPDATE= 20060413 INSTALLATION_BASEDIR?= openoffice.org-${OOOTAG} EXECBASE?= openoffice.org-${OOOTAG} DIST_SUBDIR= openoffice.org2.0 |