diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 16:49:34 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 16:49:34 +0000 |
commit | 329e3aac0e6b32bd4680af25812e08d2f0759265 (patch) | |
tree | c72a939e66de58bc5635cae3895ac7b2f1893694 /editors | |
parent | 1d65fddbb297281a2ebe0ae5c7be42eeed39322f (diff) | |
download | ports-329e3aac0e6b32bd4680af25812e08d2f0759265.tar.gz ports-329e3aac0e6b32bd4680af25812e08d2f0759265.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-3-devel/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice-3/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice.org-vcltesttool/Makefile | 10 |
3 files changed, 7 insertions, 11 deletions
diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile index daf8417a71b9..e9a0316a879a 100644 --- a/editors/openoffice-3-devel/Makefile +++ b/editors/openoffice-3-devel/Makefile @@ -40,8 +40,8 @@ GNOMEVFS_DESC= Enable GNOME Virtual File System USE_JAVA= yes JAVA_BUILD= jdk -JAVA_VENDOR= freebsd bsdjava openjdk -JAVA_VERSION= 1.5 1.6 1.7 +JAVA_VENDOR= openjdk +JAVA_VERSION= 1.6+ .if !defined(WITHOUT_GCONF) USE_GNOME+= gconf2 diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index 78fc3839977c..5bd0192a1b36 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/Makefile @@ -39,8 +39,8 @@ GNOMEVFS_DESC= Enable GNOME Virtual File System USE_JAVA= yes JAVA_BUILD= jdk -JAVA_VENDOR= freebsd bsdjava openjdk -JAVA_VERSION= 1.5 1.6 1.7 +JAVA_VENDOR= openjdk +JAVA_VERSION= 1.6+ .if !defined(WITHOUT_GCONF) USE_GNOME+= gconf2 diff --git a/editors/openoffice.org-vcltesttool/Makefile b/editors/openoffice.org-vcltesttool/Makefile index 10c1a8300d3b..678c2f1839e4 100644 --- a/editors/openoffice.org-vcltesttool/Makefile +++ b/editors/openoffice.org-vcltesttool/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: OpenOffice.org VCLTestTool -# Date created: 2009/7/11 -# Whom: NAKATA Maho <maho@FreeBSD.org> -# +# Created by: NAKATA Maho <maho@FreeBSD.org> # $FreeBSD$ -# PORTNAME= openoffice.org-vcltesttool PORTVERSION= 2.4.${SNAPDATE} @@ -34,8 +30,8 @@ MAKE_JOBS_SAFE= yes USE_JAVA= yes JAVA_BUILD= jdk -JAVA_VENDOR= freebsd bsdjava openjdk -JAVA_VERSION= 1.5 1.6 +JAVA_VENDOR= openjdk +JAVA_VERSION= 1.6 ONLY_FOR_ARCHS= i386 amd64 |