Git - mcarpenter/gnupkg GitHub Wiki

Aside from the large pile of dependencies the build has a nasty tendency to pick up the old version of dmake in the perl subdirectory, even when it uses /usr/local/bin/make for previous targets.

A workaround is to specify gmake explicitly on the command line:

gnupkg -s -b'gmake all' -i'gmake install' ...