smasher - 'Please report the problem to ports at FreeBSD.org'

Herbert J. Skuhra hskuhra at eumx.net
Mon Jan 14 23:05:21 UTC 2013


On Mon, 14 Jan 2013 23:27:40 +0100
"Ralf Mardorf" <ralf.mardorf at 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



More information about the freebsd-ports mailing list