aboutsummaryrefslogtreecommitdiff
path: root/www/node010
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-03 17:08:53 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-03 17:08:53 +0000
commit3f581f2437447c4574697cf357813d9c8e42964b (patch)
tree78c739a4d0d8ef7a7d2d1c8ef79283c6f228944e /www/node010
parent37096d430c38eeb2fc669ef56cd1432a3097703f (diff)
downloadports-3f581f2437447c4574697cf357813d9c8e42964b.tar.gz
ports-3f581f2437447c4574697cf357813d9c8e42964b.zip
Notes
Diffstat (limited to 'www/node010')
-rw-r--r--www/node010/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/node010/Makefile b/www/node010/Makefile
index acf178dbdb0f..b2d1f2b8d5c6 100644
--- a/www/node010/Makefile
+++ b/www/node010/Makefile
@@ -17,7 +17,7 @@ USES= compiler execinfo gmake python:2
HAS_CONFIGURE= yes
USE_LDCONFIG= yes
-CONFLICTS= node-0.[02-9][0-9]* node-devel-0.[0-9]* iojs-*
+CONFLICTS_INSTALL= iojs-[0-9]* node-[0-9]* node-devel-[0-9]* node012-[0-9]*
ONLY_FOR_ARCHS= i386 amd64
CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} --without-npm --shared-zlib
@@ -26,6 +26,7 @@ REINPLACE_ARGS= -i ''
MAKE_ENV+= CC.host=${CC} CXX.host=${CXX} LINK.host=${CXX} LINK.target=${CXX}
.include <bsd.port.pre.mk>
+
.if ${COMPILER_TYPE} == clang
MAKE_ENV+= LINK=clang++
CFLAGS+= -Wno-unused-private-field