Date: Sat, 21 Aug 2004 11:20:25 GMT From: Sergey Matveychuk <sem@FreeBSD.org> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/62979: New Port: devel/p5-Config-Objective Perl Object config file Message-ID: <200408211120.i7LBKP9r002826@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/62979; it has been noted by GNATS. From: Sergey Matveychuk <sem@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org, pirzyk@uiuc.edu Cc: Subject: Re: ports/62979: New Port: devel/p5-Config-Objective Perl Object config file Date: Sat, 21 Aug 2004 15:20:20 +0400 It's a wrong using of BUILD_DEPENDS (and as result - RUN_DEPENDS). As described in bsd.port.mk: # BUILD_DEPENDS - A list of "path:dir[:target]" tuples of other ports this # package depends to build (between the "extract" and # "build" stages, inclusive). The test done to # determine the existence of the dependency is the # same as FETCH_DEPENDS. If the third field ("target") You must specify path:dir for every dependencies. The dependencies split by space, new line etc. So, the right using is: BUILD_DEPENDS= ${SITE_PERL}/Parse/Yapp.pm:${PORTSDIR}/devel/p5-Parse-Yapp \ ${SITE_PERL}/Parse/Lex.pm:${PORTSDIR}/devel/p5-ParseLex And you sould not use spaces where tabs possible. -- Sem.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408211120.i7LBKP9r002826>