git: db18eadf18c2 - main - www/node: Remove node10 from CONFLICTS_INSTALL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Jun 2022 17:01:53 UTC
The branch main has been updated by jrm:
URL: https://cgit.FreeBSD.org/ports/commit/?id=db18eadf18c28d098eef1a3a34a2fce721a77db0
commit db18eadf18c28d098eef1a3a34a2fce721a77db0
Author: Joseph Mingrone <jrm@FreeBSD.org>
AuthorDate: 2022-06-02 14:43:25 +0000
Commit: Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2022-06-03 17:01:43 +0000
www/node: Remove node10 from CONFLICTS_INSTALL
www/node10 was removed in 97cf09b1df on 2022-03-31.
Sponsored by: The FreeBSD Foundation
---
www/node/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/node/Makefile b/www/node/Makefile
index 9d274ae37f5d..871b2cde580c 100644
--- a/www/node/Makefile
+++ b/www/node/Makefile
@@ -46,7 +46,7 @@ DTRACE_CONFIGURE_ON= --with-dtrace
HAS_CONFIGURE= yes
-CONFLICTS_INSTALL= node10 node14 node16
+CONFLICTS_INSTALL= node14 node16
CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \
--without-npm \