> 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
That's wrong. You never have to edit the Makefile under "normal" circumstances. Remove your changes, do an 'export WITH_X11=true' (for bash, setenv under csh), and then run 'make install' again. Cheers, Chris Howells _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"