error while installing atkmm-2.22.1

When I try to configure the atkmm-2.22.1 package with './configure' I get following error message:

Code:
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports GNU make features... no
configure: error: in '/usr/ports/distfiles/atkmm-2.22.1':
configure: error: The GNU make program is required to build atkmm.

The problem is, that I already installed GNU make but the configure just dont get it.

What should I do?
 
FreeBSD use ports (compile) to install packages or pkg_add as alternative (prebuild)
Code:
cd /usr/ports/accessibility/atkmm
make config
make install clean
 
Back
Top