aboutsummaryrefslogtreecommitdiffstats
path: root/Tools/portbuild/scripts/makeduds
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/portbuild/scripts/makeduds')
-rwxr-xr-xTools/portbuild/scripts/makeduds7
1 files changed, 7 insertions, 0 deletions
diff --git a/Tools/portbuild/scripts/makeduds b/Tools/portbuild/scripts/makeduds
index eedf0db6cf60..0cd72ab77721 100755
--- a/Tools/portbuild/scripts/makeduds
+++ b/Tools/portbuild/scripts/makeduds
@@ -44,6 +44,13 @@ esac
export PORTSDIR=$(pwd)
duds=../../${branch}/duds
+if [ "x$NODUMMY" = "x" ]; then
+ unset XFREE86_VERSION
+ unset MOTIF_OPEN
+else
+ export XFREE86_VERSION=4
+ export MOTIF_OPEN=t
+fi
unset DISPLAY
export BATCH=t
export HAVE_MOTIF=t