svn commit: r456241 - head/www/npm

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Dec 13 20:49:48 UTC 2017


Author: sunpoet
Date: Wed Dec 13 20:49:45 2017
New Revision: 456241
URL: https://svnweb.freebsd.org/changeset/ports/456241

Log:
  Update CONFLICTS_INSTALL
  
  - Allow slave ports to overwrite CONFLICTS_INSTALL

Modified:
  head/www/npm/Makefile

Modified: head/www/npm/Makefile
==============================================================================
--- head/www/npm/Makefile	Wed Dec 13 20:49:40 2017	(r456240)
+++ head/www/npm/Makefile	Wed Dec 13 20:49:45 2017	(r456241)
@@ -13,7 +13,7 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	gmake:devel/gmake
 
-CONFLICTS_INSTALL=	npm2 npm3 npm4
+CONFLICTS_INSTALL?=	npm-node4 npm-node6 npm-node8 npm2 npm3 npm4
 
 OPTIONS_SINGLE=	BACKEND
 OPTIONS_SINGLE_BACKEND=	NODE NODE4 NODE6 NODE8


More information about the svn-ports-head mailing list