ports/62979: New Port: devel/p5-Config-Objective Perl Object config file
Sergey Matveychuk
sem at FreeBSD.org
Sat Aug 21 11:20:29 UTC 2004
The following reply was made to PR ports/62979; it has been noted by GNATS.
From: Sergey Matveychuk <sem at FreeBSD.org>
To: freebsd-gnats-submit at FreeBSD.org, pirzyk at 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.
More information about the freebsd-ports-bugs
mailing list