Date: Wed, 13 Dec 2017 20:49:45 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456241 - head/www/npm Message-ID: <201712132049.vBDKnjbp063529@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712132049.vBDKnjbp063529>