Date: Sat, 3 May 1997 15:08:48 -0400 (EDT) From: James FitzGibbon <james@nexis.net> To: Chuck Robey <chuckr@mat.net> Cc: freebsd-ports@freebsd.org Subject: Re: Suggested change to apache port Message-ID: <Pine.BSF.3.95q.970503150544.29311A-100000@nexis.net> In-Reply-To: <Pine.BSF.3.91.970429233506.29433H-100000@Journey2.mat.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 29 Apr 1997, Chuck Robey wrote: > See what Satoshi just did! DEPENDS_TARGET, I think, does just what the > doctor ordered, sir! Sort of. Take the current state of the perl5 Apache module port : DEPENDS_TARGET= patch DEPENDS= ${PORTSDIR}/www/apache BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 I want to always do a "make patch" on ${PORTSDIR}/www/apache, since I need the source in order to build my module. I still want to do a 'make install' if perl5 isn't found though. I guess what I need is something like this: DEPENDS= ${PORTSDIR}/www/apache:patch BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5:install -- j.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95q.970503150544.29311A-100000>