1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

www/node: Use the user's default nodejs version

This commit is contained in:
Po-Chuan Hsieh 2023-10-16 23:18:17 +08:00
parent 3edabe492c
commit e4bae576a4
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -1,5 +1,5 @@
PORTNAME= node
PORTVERSION= 18.16.0
PORTVERSION= ${NODEJS_PORTVERSION}
CATEGORIES= www
MAINTAINER= sunpoet@FreeBSD.org
@ -9,4 +9,6 @@ WWW= https://nodejs.org/ \
USES= metaport nodejs:run
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../node${NODEJS_VERSION}/Makefile.version"
.include <bsd.port.post.mk>