[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:47:18 UTC 2014


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

--- Comment #20 from John Marino <marino at FreeBSD.org> ---
okay, see these lines:

X        libccnet.so:${PORTSDIR}/www/ccnet
XRUN_DEPENDS=    ccnet-server:${PORTSDIR}/www/ccnet \
X        ccnet-init:${PORTSDIR}/www/ccnet \

You don't need to define RUN_DEPENDS when the port is already set for
LIB_DEPENDS (LIB_DEPENDS automatically sets run depends)

So this would change to:

X        libccnet.so:${PORTSDIR}/net-mgmt/ccnet

(reflects the new category for ccnet)

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


More information about the freebsd-ports-bugs mailing list