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

The ghostscript port uses the OPTIONS framework (the blue screen with the checkboxes) and those settings are stored in another location, usually /var/db/ports/ghostscript8. If you selected the both of the svga options previously, they will still be used. Get the port back to it's original state (no hacks) and try running this:
# cd /usr/ports/print/ghostscript8 && make config
Then deselect GS_lvga256 and GS_vgalib.
Then run:
# make clean && make install clean

If you want to disable the svga option via the commandline without changing the OPTIONS, you would have to run this:
# make -DWITHOUT_SVGALIB install clean
Reply With Quote