From owner-freebsd-questions@FreeBSD.ORG Thu May 14 16:19:04 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C88CE1065694 for ; Thu, 14 May 2009 16:19:04 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 981158FC24 for ; Thu, 14 May 2009 16:19:04 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from sarevok.dnr.servegame.org (mailhub.lan.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 5580D7E837; Thu, 14 May 2009 08:19:03 -0800 (AKDT) From: Mel Flynn To: freebsd-questions@freebsd.org Date: Thu, 14 May 2009 18:19:00 +0200 User-Agent: KMail/1.11.2 (FreeBSD/8.0-CURRENT; KDE/4.2.2; i386; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905141819.00601.mel.flynn+fbsd.questions@mailing.thruhere.net> Cc: Saifi Khan Subject: Re: scrotwm can't find X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 May 2009 16:19:05 -0000 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 > .include > > 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