Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2013 16:23:22 +0200
From:      John Marino <freebsd.contact@marino.st>
To:        s_gammons@charter.net
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Compiling sguil-server on Release 9.2 i386
Message-ID:  <526295DA.2030100@marino.st>
In-Reply-To: <1c919f9a.7ff9d.141d112835c.Webtop.45@charter.net>
References:  <1c919f9a.7ff9d.141d112835c.Webtop.45@charter.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?526295DA.2030100>