From owner-freebsd-ports Fri Oct 6 00:55:42 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA15889 for ports-outgoing; Fri, 6 Oct 1995 00:55:42 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id AAA15883 for ; Fri, 6 Oct 1995 00:55:39 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.12/8.6.9) id AAA05868; Fri, 6 Oct 1995 00:54:10 -0700 Date: Fri, 6 Oct 1995 00:54:10 -0700 Message-Id: <199510060754.AAA05868@silvia.HIP.Berkeley.EDU> To: dchapes@zeus.leitch.com CC: ports@freebsd.org In-reply-to: <199510052027.QAA04045@ale.zeus.leitch.com> (message from Dave Chapeskie on Thu, 5 Oct 1995 16:27:18 -0400 (EDT)) Subject: Re: xbill and xboing dependancies From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org Precedence: bulk * In rebuilding my my packages I discovered a minor nit with * games/xbill and games/xboing. The build failed because it couldn't * find xpm.h. After installing x11/xpm everything worked great. I * take it they both need a BUILD_DEPENDS=xpm line. Hmm, xboing already had LIB_DEPENDS on xpm, but xbill didn't have (and who do you think did the original port? Grrr). Anyway, I fixed them, thanks (using LIB_DEPENDS...more preferred). Satoshi