Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Nov 2016 21:55:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 213947] Add USES=node[:args] for specifying a dependency on Node.js
Message-ID:  <bug-213947-13-7o947YpFif@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-213947-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-213947-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=3D213947

--- Comment #4 from Adam Weinberger <adamw@FreeBSD.org> ---
Why are the paths in dependency lines using the full paths to binaries?

  RUN_DEPENDS+=3D ${LOCALBASE}/bin/node:www/node${_NODE_VERSION}

There's no base utility called node. Why not this?

  RUN_DEPENDS+=3D node:www/node${_NODE_VERSION}

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



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