From 4390000c45fc24aa4f47f92fba7cf31d8dc25195 Mon Sep 17 00:00:00 2001 From: Jose Luis Duran Date: Wed, 27 Oct 2021 03:17:12 -0300 Subject: [PATCH] www/yarn-node14: Account for NODE16 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7e51b02..b5020fe 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ PKGNAMESUFFIX= -node14 CONFLICTS_INSTALL= yarn -OPTIONS_EXCLUDE= NODE +OPTIONS_EXCLUDE= NODE NODE16 OPTIONS_SLAVE= NODE14 MASTERDIR= ${.CURDIR}/../yarn -- 2.33.0