diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-11 11:34:30 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-11 11:34:30 +0000 |
commit | 989ac675fc016bb0f7bd8e652a7c0b5cdbde817c (patch) | |
tree | be4ab3f2d47432bc2c3eb5dbc8555dacb0a84c1c /Tools | |
parent | b88fea571b072924081d757e9a88088b4836887b (diff) | |
download | ports-989ac675fc016bb0f7bd8e652a7c0b5cdbde817c.tar.gz ports-989ac675fc016bb0f7bd8e652a7c0b5cdbde817c.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 9000cd668952..a992380cb52a 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/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-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) |