summaryrefslogtreecommitdiff
path: root/lang/nodejs/Makefile
blob: d74b3738e5661a60b21ae020a7062a1257cdb289 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $NetBSD: Makefile,v 1.105 2017/08/16 11:52:19 fhajny Exp $

DISTNAME=	node-v8.4.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"