svn commit: r484157 - head/www/npm

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 22:56:23 UTC 2018


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
 


More information about the svn-ports-all mailing list