View Single Post
  #5   (View Single Post)  
Old 5th October 2008
BSDKaffee's Avatar
BSDKaffee BSDKaffee is offline
Real Name: Jason Hale
Coffee Addict
 
Join Date: May 2008
Location: Wintersville, Ohio
Posts: 212
Default

You got a blue screen for graphics/librsvg2 and must have selected to build the MOZILLA_PLUGIN. That is why it started to pull in Firefox. It has nothing to do with aterm directly.

graphics/librsvg2 is a dependency of graphics/libafterimage which is required by aterm if WITH_BACKGROUND_IMAGE is defined (default).

I honestly don't know what that knob does since I don't use aterm, but if you would still like to use it but just don't want Firefox, then just reconfigure librsvg2 to not build the mozilla plugin:
# cd /usr/ports/graphics/librsvg2 && make config
It will give you the blue screen again and just uncheck the box.
Reply With Quote