View Single Post
  #3   (View Single Post)  
Old 5th July 2008
chris chris is offline
Port Guard
 
Join Date: May 2008
Location: United Kingdom
Posts: 35
Default

Good call jb_daefo rebuilding everything that depended on gd fixed it! For those in the same position here's what I did;
Code:
cd /usr/ports/graphics/jpeg && make deinstall
cd /usr/ports/graphics/png && make deinstall
cd /usr/ports/print/freetype2 && make deinstall
cd /usr/ports/graphics/gd && make deinstall

** Update all ports - see http://www.daemonforums.org/showthread.php?t=594

cd /usr/ports/graphics/gd && make install clean
Reply With Quote