diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-04 21:14:45 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-04 21:14:45 +0000 |
commit | 6d3018e6fcdd6499f5031aa7340db2d5e82a3979 (patch) | |
tree | 754ee75e6e377adc16d278723f6f7f504b556144 /Tools | |
parent | 0d7a3e7e9f64e12427eb513f7e29f382c79ddf5c (diff) | |
download | ports-6d3018e6fcdd6499f5031aa7340db2d5e82a3979.tar.gz ports-6d3018e6fcdd6499f5031aa7340db2d5e82a3979.zip |
Notes
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 416882af39e6..9000cd668952 100755 --- a/Tools/portbuild/scripts/makeparallel +++ b/Tools/portbuild/scripts/makeparallel @@ -19,7 +19,7 @@ buildenv ${pb} ${arch} ${branch} # 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/XFree86-4 x11/xorg x11/gnome2 x11/kde3 java/jdk15 java/jdk14 editors/openoffice.org-1.0 editors/openoffice.org-1.1-devel editors/openoffice.org-2.0-devel editors/openoffice.org-1.1 editors/openoffice.org-2.0" +quickports="lang/ghc x11/XFree86-4 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" cd ${PORTSDIR} subdir=$(make -V SUBDIR) |