From owner-freebsd-questions Wed Aug 2 23:51:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.rdc1.nsw.optushome.com.au (mail2.rdc1.nsw.optushome.com.au [203.164.2.47]) by hub.freebsd.org (Postfix) with ESMTP id 5A90F37B75D for ; Wed, 2 Aug 2000 23:51:45 -0700 (PDT) (envelope-from Mike@perlguru.com) Received: from daedalus.perlguru.com ([203.164.24.4]) by mail2.rdc1.nsw.optushome.com.au (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20000803065142.CCRE14021.mail2.rdc1.nsw.optushome.com.au@daedalus.perlguru.com> for ; Thu, 3 Aug 2000 16:51:42 +1000 Message-Id: <4.3.2.7.2.20000803160306.00b36870@briz.net> X-Sender: (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Thu, 03 Aug 2000 16:47:05 +1000 To: freebsd-questions@freebsd.org From: Mike Subject: Ports - Hylafax - Makefile error? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG After cvsup'ing the latest ports collection, I tried compiling the hylafax port and had a few problems with dependances. Here is what was in the Makefile originally said :- BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 \ ${LOCALBASE}/lib/afm/Courier:${PORTSDIR}/print/afm Here is what I changed it to :- BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 \ ${LOCALBASE}/lib/afm/ \ Courier:${PORTSDIR}/print/afm Seems to install ok now. I'd just like to know if I actually fixed something that was broken, or am I just being a dill ? Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message