summaryrefslogtreecommitdiff
path: root/lang/nodejs
diff options
context:
space:
mode:
authorfhajny <fhajny>2015-09-09 15:59:31 +0000
committerfhajny <fhajny>2015-09-09 15:59:31 +0000
commit97932e3237c55b52c91b24607f851f5b1a10b6b9 (patch)
tree45030676f572cc9ae843e138150729efa36af56b /lang/nodejs
parent024bed763466499ff0e4257306b4f8bd63cf545f (diff)
downloadpkgsrc-97932e3237c55b52c91b24607f851f5b1a10b6b9.tar.gz
nodejs-4.x requires GCC 4.8 or later.
Diffstat (limited to 'lang/nodejs')
-rw-r--r--lang/nodejs/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/nodejs/Makefile b/lang/nodejs/Makefile
index da825ca3462..d5726fa51b4 100644
--- a/lang/nodejs/Makefile
+++ b/lang/nodejs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2015/09/09 00:04:54 ryoon Exp $
+# $NetBSD: Makefile,v 1.40 2015/09/09 15:59:31 fhajny Exp $
DISTNAME= node-v4.0.0
CATEGORIES= devel
@@ -19,6 +19,8 @@ PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.10.24
.include "../../mk/bsd.prefs.mk"
.include "options.mk"
+GCC_REQD+= 4.8
+
SUBST_CLASSES+= python
SUBST_STAGE.python= pre-configure
SUBST_MESSAGE.python= Fixing Python references