scrotwm can't find <bsd.prog.mk>

Mel Flynn mel.flynn+fbsd.questions at mailing.thruhere.net
Thu May 14 16:19:05 UTC 2009


On Thursday 14 May 2009 10:54:43 Saifi Khan wrote:
> Hi:
>
> Trying to compile scrotwm (from OpenBSD ports)
> http://www.peereboom.us/scrotwm/html/scrotwm.html
> on my FreeBSD 8.x 200905 i386  system.
>
> and make can't find
>  .include <bsd.prog.mk>
>  .include <bsd.xorg.mk>
>
> The directory /usr/ports/Mk/ has bsd.xorg.mk file but not
> bsd.prog.mk

The OpenBSD ports system is not the same as the FreeBSD ports one. FreeBSD 
ports all use bsd.port.mk, which pulls in prog.mk from /usr/share/mk 
automagically. xorg.mk is also automagically pulled in when USE_XORG is set.

You need to port the port, compile by hand or ask someone to port the port.
-- 
Mel


More information about the freebsd-questions mailing list