aboutsummaryrefslogtreecommitdiff
path: root/java/eclipse/files/swt-motif-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'java/eclipse/files/swt-motif-build.sh')
-rw-r--r--java/eclipse/files/swt-motif-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/eclipse/files/swt-motif-build.sh b/java/eclipse/files/swt-motif-build.sh
index aadb5a2da704..7e6ed8a8592f 100644
--- a/java/eclipse/files/swt-motif-build.sh
+++ b/java/eclipse/files/swt-motif-build.sh
@@ -37,7 +37,7 @@ case $OS in
echo "Building FreeBSD version of SWT and GNOME DLLs."
gmake -f make_freebsd.mak ${1} ${2} ${3} ${4}
build_kde=`pkg_info -xc kdebase | grep "no packages match"`
- if [ "$build_kde" = "" ]; then
+ if [ "$build_kde" != "" ]; then
echo "Building FreeBSD version of KDE DLL."
gmake -f make_freebsd.mak make_kde
fi