diff options
author | pav <pav@FreeBSD.org> | 2008-04-11 19:34:30 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-04-11 19:34:30 +0800 |
commit | 928710fbab798f2f30155234d51ab15a27eb89ca (patch) | |
tree | f38859fcdf11a52b2a64307c95c426350a275851 /Tools/portbuild | |
parent | 0799794b02bcda93da3e8bdc4d79e42be2439276 (diff) | |
download | freebsd-ports-gnome-928710fbab798f2f30155234d51ab15a27eb89ca.tar.gz freebsd-ports-gnome-928710fbab798f2f30155234d51ab15a27eb89ca.tar.zst freebsd-ports-gnome-928710fbab798f2f30155234d51ab15a27eb89ca.zip |
Remove XFree86-4 from quickports
Diffstat (limited to 'Tools/portbuild')
-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) |