blob: 88a35581cce22d364756530ae4ab8be88759fe7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.113 2017/11/15 21:37:44 fhajny 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
.include "../../lang/nodejs/Makefile.common"
.include "../../textproc/icu/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|