aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2016-06-16 05:32:26 +0800
committerAlan Somers <asomers@FreeBSD.org>2016-06-16 05:32:26 +0800
commit238dc6b76a6e7a752035b58eabea17866a945d7b (patch)
treef383c6a81b31e98158627546b9dd2ee21b5684a6 /www
parent4e3df64dcd1ac67f887cb76cfcdf6fa26c5d25f2 (diff)
downloadfreebsd-ports-gnome-238dc6b76a6e7a752035b58eabea17866a945d7b.tar.gz
freebsd-ports-gnome-238dc6b76a6e7a752035b58eabea17866a945d7b.tar.zst
freebsd-ports-gnome-238dc6b76a6e7a752035b58eabea17866a945d7b.zip
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
Diffstat (limited to 'www')
-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