blob: c9b9ac3247dae5fa079e49eebfca3a1e623fbd80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.114 2017/11/30 16:45:28 adam Exp $
DISTNAME= node-v9.2.0
# Stated by the changelog as of 8.2.0
GCC_REQD+= 4.9.4
CONFIGURE_ARGS+= --with-intl=system-icu
PKGREVISION= 1
.include "../../lang/nodejs/Makefile.common"
.include "../../textproc/icu/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|