On Mon, 14 Jan 2013 23:27:40 +0100
"Ralf Mardorf" <ralf.mard...@rocketmail.com> wrote:

> # cd ../smasher && make install clean
> [snip]
> checking wxWidgets version... ./configure:
> /usr/local/bin/wxgtk2-2.8-config: not found
> not found
> configure: error: wxWidgets is required. Try --with-wx-config.

You have wxgtk26 installed, but the port requires
x11-toolkits/wxgtk28.

If you think the port builds with wxgtk26 just change the line in
Makefile:

CONFIGURE_ARGS= --with-wx-config=${LOCALBASE}/bin/wxgtk2-2.8-config

to

CONFIGURE_ARGS= --with-wx-config=${LOCALBASE}/bin/wxgtk2-2.6-config

-- 
Herbert

_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to