View Single Post
  #2   (View Single Post)  
Old 1st August 2009
ddekok ddekok is offline
Port Guard
 
Join Date: May 2008
Posts: 38
Default

The first line states that DPS is not available. DPS apparently depends on X11, so if you are not running X11 you may want to add the following to /etc/make.conf
Code:
WITHOUT_X11="YES"

If that fails, you can disable the tests by adding the following to /etc/make.conf
Code:
WITHOUT_TESTS="YES"
Reply With Quote