git: a421b9d61604 - main - www/npm-node14: Update CONFLICTS_INSTALL and OPTIONS_EXCLUDE for npm-node16

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 05 Nov 2021 19:17:00 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a421b9d61604bd281d4af2a0a0514efee9782b1d

commit a421b9d61604bd281d4af2a0a0514efee9782b1d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-11-05 19:02:42 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-11-05 19:14:02 +0000

    www/npm-node14: Update CONFLICTS_INSTALL and OPTIONS_EXCLUDE for npm-node16
---
 www/npm-node14/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/npm-node14/Makefile b/www/npm-node14/Makefile
index 07a04844a7ca..4d78d3e6e2e2 100644
--- a/www/npm-node14/Makefile
+++ b/www/npm-node14/Makefile
@@ -2,9 +2,9 @@
 
 PKGNAMESUFFIX=	-node14
 
-CONFLICTS_INSTALL=	npm
+CONFLICTS_INSTALL=	npm npm-node16
 
-OPTIONS_EXCLUDE=NODE
+OPTIONS_EXCLUDE=NODE NODE16
 OPTIONS_SLAVE=	NODE14
 
 MASTERDIR=	${.CURDIR}/../npm