diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2008-07-29 18:06:33 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2008-07-29 18:06:33 +0000 |
commit | 3a04ff0e8afc0cc6df598e9871b61685245eb4f3 (patch) | |
tree | 6c23065daf2d2ff776bf12d21256833778531db5 /Tools | |
parent | 1bdeeeecc0a959b111ed235019e0d2cf4779a4b8 (diff) |
Update the list of openoffice.org ports: remove 1.x and add 3.x
Notes
Notes:
svn path=/head/; revision=217823
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/portbuild/scripts/makeparallel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/portbuild/scripts/makeparallel b/Tools/portbuild/scripts/makeparallel index 2a41e59b43c2..4d71090bd7eb 100755 --- a/Tools/portbuild/scripts/makeparallel +++ b/Tools/portbuild/scripts/makeparallel @@ -29,7 +29,7 @@ buildenv ${pb} ${arch} ${branch} ${builddir} # trees and tend to stall the rest of the cluster waiting for them. # We try to start these as early as possible. -quickports="lang/ghc x11/xorg x11/gnome2 x11/kde3 java/jdk14 java/jdk15 java/jdk16 editors/openoffice.org-1.0 editors/openoffice.org-1.1 editors/openoffice.org-1.1-devel editors/openoffice.org-2 editors/openoffice.org-2-RC editors/openoffice.org-2-devel" +quickports="lang/ghc x11/xorg x11/gnome2 x11/kde3 java/jdk14 java/jdk15 java/jdk16 editors/openoffice.org-2 editors/openoffice.org-2-RC editors/openoffice.org-2-devel editors/openoffice.org-3 editors/openoffice.org-3-RC editors/openoffice.org-3-devel" cd ${PORTSDIR} subdir=$(make -V SUBDIR) |