diff options
author | erwin <erwin@FreeBSD.org> | 2008-07-30 02:06:33 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2008-07-30 02:06:33 +0800 |
commit | d316178febf2c1f91628f4d90872fa42b279cf2e (patch) | |
tree | c34a75a817727bb27b09f468628af67818ec2418 /Tools | |
parent | d644daff745f744e7577903f69341e5e1063eaf0 (diff) | |
download | freebsd-ports-gnome-d316178febf2c1f91628f4d90872fa42b279cf2e.tar.gz freebsd-ports-gnome-d316178febf2c1f91628f4d90872fa42b279cf2e.tar.zst freebsd-ports-gnome-d316178febf2c1f91628f4d90872fa42b279cf2e.zip |
Update the list of openoffice.org ports: remove 1.x and add 3.x
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) |