[Bug 213947] Add USES=node[:args] for specifying a dependency on Node.js

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 28 21:55:01 UTC 2016


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

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

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

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

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

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


More information about the freebsd-ports-bugs mailing list