Date: Sun, 4 Nov 2018 22:56:22 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484157 - head/www/npm Message-ID: <201811042256.wA4MuM6h024341@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Nov 4 22:56:21 2018 New Revision: 484157 URL: https://svnweb.freebsd.org/changeset/ports/484157 Log: Fix DEPENDS Modified: head/www/npm/Makefile Modified: head/www/npm/Makefile ============================================================================== --- head/www/npm/Makefile Sun Nov 4 22:55:24 2018 (r484156) +++ head/www/npm/Makefile Sun Nov 4 22:56:21 2018 (r484157) @@ -37,7 +37,7 @@ SHEBANG_GLOB= *.py SHEBANG_FILES= lib/node_modules/npm/node_modules/node-gyp/gyp/samples/samples NODE_RUN_DEPENDS= node>=0.8.0:www/node -NODE10_RUN_DEPENDS= node>=0.8.0:www/node10 +NODE10_RUN_DEPENDS= node10>=0.8.0:www/node10 NODE6_RUN_DEPENDS= node6>=0.8.0:www/node6 NODE8_RUN_DEPENDS= node8>=0.8.0:www/node8
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811042256.wA4MuM6h024341>