Update CONFLICTS_INSTALL and OPTIONS_EXCLUDE after NODE6 option removed in r502515
This commit is contained in:
parent
a78d8317b8
commit
b2b4feea16
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503266
1 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@
|
||||||
|
|
||||||
PKGNAMESUFFIX= -node10
|
PKGNAMESUFFIX= -node10
|
||||||
|
|
||||||
CONFLICTS_INSTALL= npm npm-node6 npm-node8
|
CONFLICTS_INSTALL= npm npm-node8
|
||||||
|
|
||||||
OPTIONS_EXCLUDE=NODE NODE6 NODE8
|
OPTIONS_EXCLUDE=NODE NODE8
|
||||||
OPTIONS_SLAVE= NODE10
|
OPTIONS_SLAVE= NODE10
|
||||||
|
|
||||||
MASTERDIR= ${.CURDIR}/../npm
|
MASTERDIR= ${.CURDIR}/../npm
|
||||||
|
|
Loading…
Reference in a new issue