When NODUMMY is defined, set XFREE86_VERSION to 4 and MOTIF_OPEN to t.

These are for testing the split-up XFree86-4 ports and open-motif.
This commit is contained in:
Satoshi Asami 2000-09-26 23:35:36 +00:00
parent cf84480637
commit 411ba40b8e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33158
2 changed files with 15 additions and 0 deletions

View file

@ -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

View file

@ -43,6 +43,14 @@ esac
export PORTSDIR=$(pwd)
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