Hi all,

I'm attempting to install the GD2 library from the ports collection
without support for X11 (since GD will only be used as an option to
mod_php4).

After checking the Makefile for GD2, I attempted to build the library
as follows:

root@dev /root# cd /usr/ports/graphics/gd2
root@dev /usr/ports/graphics/gd2# make -DWITHOUT_XPM -DWITHOUT_X11 -DWITH_LZW 

So far so good, GD2 is built without the X11 libs.  However when I move on to
install the port:

root@dev /usr/ports/graphics/gd2# make install
===>  Installing for gd-2.0.1_3
===>   gd-2.0.1_3 depends on shared library: png - found
===>   gd-2.0.1_3 depends on shared library: jpeg - found
===>   gd-2.0.1_3 depends on shared library: freetype - found
===>   gd-2.0.1_3 depends on shared library: X11.6 - not found
===>    Verifying install for X11.6 in /usr/ports/x11/XFree86-4-libraries
>> X420src-1.tgz doesn't seem to exist in /usr/ports/distfiles/xc.
>> Attempting to fetch from ftp://ftp.xfree86.org/pub/XFree86/4.2.0/source/.
[snip]

the 'make install' command still attempts to install the X libs.

Can anyone tell me why this is happening?

Thanks in advance,

Jez

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to