[Bug 193134] [NEW PORT] www/seafile: Framework for writing networked applications

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 3 07:49:23 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193134

--- Comment #21 from John Marino <marino at FreeBSD.org> ---
for these lines:

XBUILD_DEPENDS+=    valac:${PORTSDIR}/lang/vala
XLIB_DEPENDS+=    libsearpc.so:${PORTSDIR}/devel/libsearpc \


use "=" not "+=".  It is the first time you are defining this.  Only use "+="
if it's possible that the variable is already defined and you want to augment
it.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list