Xorg - Magictouch

I did a fresh install of 9.1 and tried to install Xorg from ports and got the below error:
Code:
===>  xf86-input-magictouch-1.0.0.5_8 needs xf86_ansic.h which doesn't exist with recent xserver.
*** [install] Error code 1

Stop in /usr/ports/x11-drivers/xf86-input-magictouch.

Please suggest.
 
(Please don't tack unrelated questions onto the end of other threads.)

To solve this, don't turn on options that are not on by default. To reset to normal:
Code:
# cd /usr/ports/x11-drivers/xorg-drivers
# make rmconfig config
(Press Enter to accept the defaults.)
# make clean

Then try again.
 
Back
Top