summaryrefslogtreecommitdiff
path: root/java/openjfx8-devel/files/bsd.gradle
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-02-01 15:17:06 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-02-01 15:17:06 +0000
commitf09c06cf38813e4202e38c8c4885541da1894aa8 (patch)
treec9a3d1e420cf8a011649e95bc253e2f9bec470ba /java/openjfx8-devel/files/bsd.gradle
parentmultimedia/vapoursynth: update to R43 (diff)
java/openjfx8-devel: Update to 8u172-b03
Make SWT support optional and disable it by default. swt-devel is unmaintained, quite the heavy dependency, and SWT support is not used by any port in the tree.
Diffstat (limited to 'java/openjfx8-devel/files/bsd.gradle')
-rw-r--r--java/openjfx8-devel/files/bsd.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/java/openjfx8-devel/files/bsd.gradle b/java/openjfx8-devel/files/bsd.gradle
index 2e1e63566336..4a77f9800493 100644
--- a/java/openjfx8-devel/files/bsd.gradle
+++ b/java/openjfx8-devel/files/bsd.gradle
@@ -31,7 +31,6 @@ if (!BSD.canBuild) return;
// All desktop related packages should be built
BSD.compileSwing = true;
-BSD.compileSWT = true;
BSD.compileFXPackager = true;
// Libraries end up in the sdk/rt/lib/$OS_ARCH directory for freebsd