Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Nov 2014 07:47:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 193134] [NEW PORT] www/seafile: Framework for writing networked applications
Message-ID:  <bug-193134-13-l409ZhbVkQ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-193134-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-193134-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193134

--- Comment #20 from John Marino <marino@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193134-13-l409ZhbVkQ>