summaryrefslogtreecommitdiff
path: root/www/node
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2016-06-15 21:32:26 +0000
committerAlan Somers <asomers@FreeBSD.org>2016-06-15 21:32:26 +0000
commit238dc6b76a6e7a752035b58eabea17866a945d7b (patch)
treef383c6a81b31e98158627546b9dd2ee21b5684a6 /www/node
parentBuild the zip service in devel/staf (diff)
Change python from a run to a build dep of www/node
Change python from a run to a build dep of www/node. The current version of node doesn't install any Python files. PR: 210309 Reviewed by: Bradley T. Hughes (Maintainer) Approved by: pi (ports) Sponsored by: Spectra Logic Corp Differential Revision: https://reviews.freebsd.org/D6699
Notes
Notes: svn path=/head/; revision=416938
Diffstat (limited to 'www/node')
-rw-r--r--www/node/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/node/Makefile b/www/node/Makefile
index 536f52a64b4e..7dc68f1e199b 100644
--- a/www/node/Makefile
+++ b/www/node/Makefile
@@ -3,7 +3,7 @@
PORTNAME= node
PORTVERSION= 6.2.1
DISTVERSIONPREFIX= v
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/
@@ -19,7 +19,7 @@ OPTIONS_SUB= yes
BUNDLED_SSL_DESC= Use node.js's bundled OpenSSL implementation
BUNDLED_SSL_USE_OFF= OPENSSL=yes
-USES= compiler execinfo gmake python:2 localbase
+USES= compiler execinfo gmake python:2,build localbase
HAS_CONFIGURE= yes
USE_LDCONFIG= yes