diff options
author | Bradley T. Hughes <bhughes@FreeBSD.org> | 2017-11-06 14:17:56 +0000 |
---|---|---|
committer | Bradley T. Hughes <bhughes@FreeBSD.org> | 2017-11-06 14:17:56 +0000 |
commit | b04247ef05f13a32648050291ee84dba7e1edc21 (patch) | |
tree | 59d256b25d0a923056ef8d9ffc6447458fef8125 /www/node6 | |
parent | da6c55e557f6c593defff6fbe7bdbd8395db555a (diff) | |
download | ports-b04247ef05f13a32648050291ee84dba7e1edc21.tar.gz ports-b04247ef05f13a32648050291ee84dba7e1edc21.zip |
Notes
Diffstat (limited to 'www/node6')
-rw-r--r-- | www/node6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/node6/Makefile b/www/node6/Makefile index 8dc8d97ddbb7..3be29f154a16 100644 --- a/www/node6/Makefile +++ b/www/node6/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ PKGNAMESUFFIX= 6 MAINTAINER= bhughes@FreeBSD.org -COMMENT= V8 JavaScript for client and server (6.x) +COMMENT= V8 JavaScript for client and server (6.x LTS) LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE @@ -41,7 +41,7 @@ USES= compiler:c++11-lib gmake python:2,build pkgconfig \ HAS_CONFIGURE= yes USE_LDCONFIG= yes -CONFLICTS_INSTALL= node[45]-[0-9]* node01[02]-[0-9]* node-[0-9]* node-devel-[0-9]* iojs-[0-9]* +CONFLICTS_INSTALL= node[458]-[0-9]* node-[0-9]* ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 |