Installing Apache with make options

I am installing apache on freebsd and the screen comes up with make options. Here I would like to deselect DAV and DAV_FS. How can this be done on the command line in order to achieve a silent install?

This is what I have currently, but the installation script still enters the menu with the make options to select and deselect:

make WITHOUT_DAV_MODULES=yes install clean 

What happens when you try

make -DWITHOUT_DAV_MODULES install clean

Thank you for your reply, but your suggestion still makes the installer enter the configuration menu.