Date: Thu, 03 Aug 2000 16:47:05 +1000 From: Mike <Mike@perlguru.com> To: freebsd-questions@freebsd.org Subject: Ports - Hylafax - Makefile error? Message-ID: <4.3.2.7.2.20000803160306.00b36870@briz.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4.3.2.7.2.20000803160306.00b36870>