aboutsummaryrefslogtreecommitdiff
path: root/www/node012
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-03 17:08:58 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-03 17:08:58 +0000
commitc71f864c43107ddcf9baca3d2276c037015a59c2 (patch)
treed5fb7bccffcf5f6376a62d4838d44bfa48ef201f /www/node012
parent3f581f2437447c4574697cf357813d9c8e42964b (diff)
downloadports-c71f864c43107ddcf9baca3d2276c037015a59c2.tar.gz
ports-c71f864c43107ddcf9baca3d2276c037015a59c2.zip
Notes
Diffstat (limited to 'www/node012')
-rw-r--r--www/node012/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/node012/Makefile b/www/node012/Makefile
index 63a430c677c4..96618ba60bce 100644
--- a/www/node012/Makefile
+++ b/www/node012/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]* node010-[0-9]* iojs-[0-9]*
+CONFLICTS_INSTALL= node-[0-9]* node-devel-[0-9]* node010-[0-9]* iojs-[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