On Wednesday 05 November 2003 11:48 am, Martin McCormick wrote:
>       I am attempting to install a newer version of the "links" text
> browser.  The Makefile tells you to
> define WITHOUT_X11 if you are not using X so I modified the
> Makefile to define that parameter as follows:
> CONFIGURE_ARGS+=      --enable-javascript --with-ssl --without-svgalib
> --WITHOUT_X11
>
>       Actually, that line may wrap when you read this message, but
> all those defines are on one line and the WITHOUT_X11 is simply
> tacked on to the end.

You do not actually need to edit the CONFIGURE_ARGS in Makefile, 
rather you include that statement in your call to make

make WITHOUT_X11=yes install

-Mark

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to