diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-08-29 03:19:30 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-08-29 03:19:30 +0000 |
commit | 4517764f39ea051e789fb7dc9fe27a7e97696183 (patch) | |
tree | 62b862534574042d1e70a1e03cb45b9f0aa25909 /editors/openoffice.org-vcltesttool/Makefile | |
parent | 2af2104bb5835a79b90ee5604108df43368317fd (diff) |
Recognize diablo-jdk16 and bump PORTREVISION.
Submitted by: jkim
Notes
Notes:
svn path=/head/; revision=219394
Diffstat (limited to 'editors/openoffice.org-vcltesttool/Makefile')
-rw-r--r-- | editors/openoffice.org-vcltesttool/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/editors/openoffice.org-vcltesttool/Makefile b/editors/openoffice.org-vcltesttool/Makefile index 15d555f2d75c..50f5a3e827ab 100644 --- a/editors/openoffice.org-vcltesttool/Makefile +++ b/editors/openoffice.org-vcltesttool/Makefile @@ -7,7 +7,7 @@ PORTNAME?= openoffice.org PORTVERSION?= 2.4.${SNAPDATE} -PORTREVISION?= 4 +PORTREVISION?= 5 PORTEPOCH?= 1 CATEGORIES+= editors java MASTER_SITES+= http://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \ @@ -57,11 +57,7 @@ WITHOUT_CPU_CFLAGS= true USE_JAVA= yes JAVA_BUILD= jdk -.if (${OSVERSION} >= 800000) -JAVA_VENDOR= bsdjava -.else JAVA_VENDOR= freebsd bsdjava -.endif .if (${OSVERSION} >= 700000) JAVA_VERSION= 1.5 1.6 .else |