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
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to