f4ffcdfe61
Simply define which nodejs version is required using the nodejs USES flag. PR: 259783 Differential Revision: https://reviews.freebsd.org/D32790
11 lines
214 B
Makefile
11 lines
214 B
Makefile
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
|
|
|
PKGNAMESUFFIX= -node17
|
|
|
|
CONFLICTS_INSTALL= yarn yarn-node14 yarn-node16
|
|
|
|
USES= nodejs:17,run
|
|
|
|
MASTERDIR= ${.CURDIR}/../yarn
|
|
|
|
.include "${MASTERDIR}/Makefile"
|