Date: Sat, 19 Oct 2013 10:32:49 -0400 (EDT) From: s_gammons@charter.net To: marino@freebsd.org Cc: freebsd-ports@freebsd.org Subject: Re: Compiling sguil-server on Release 9.2 i386 Message-ID: <3ad43ac4.80255.141d12204c7.Webtop.45@charter.net>
next in thread | raw e-mail | index | archive | help
On Sat, Oct 19, 2013 at 9:23 AM, John Marino wrote: > On 10/19/2013 16:15, s_gammons@charter.net wrote: >> I modified like so, and it still bombs... Guess I'll have to file a >> PR >> or build it manually like I talked about before. >> >> .if ${PORT_OPTIONS:MMYSQL} >> # @${ECHO_CMD} $$(${MYSQLTCL_CMDS}) >> RUN_DEPENDS+= >> ${LOCALBASE}/lib/mysqltcl-3.052:${PORTSDIR}/databases/mysqltcl >> .endif > > Ah, try removing the "tab" before RUN_DEPENDS, so that the "R" is on > the > first column (iow, remove the indent). > > you can test it my "make -V RUN_DEPENDS" and verifying mysqltcl is in > the result (and that there is no shell error) > > John Looks like that fixed it. It's building now. Should the tab be removed before @${ECHO_CMD} $$(${MYSQLTCL_CMDS}) ? Thanks for your help! Stan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3ad43ac4.80255.141d12204c7.Webtop.45>