Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Mar 2016 06:25:58 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r410308 - head/www/node
Message-ID:  <201603060625.u266PwZI045684@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Mar  6 06:25:57 2016
New Revision: 410308
URL: https://svnweb.freebsd.org/changeset/ports/410308

Log:
  - Fix USES=python: it does not build with Python 3
  
  Approved by:	portmgr (blanket)
  With hat:	python

Modified:
  head/www/node/Makefile

Modified: head/www/node/Makefile
==============================================================================
--- head/www/node/Makefile	Sun Mar  6 06:25:53 2016	(r410307)
+++ head/www/node/Makefile	Sun Mar  6 06:25:57 2016	(r410308)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 OPTIONS_DEFINE=	DOCS
 
-USES=		compiler execinfo gmake python
+USES=		compiler execinfo gmake python:2
 HAS_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603060625.u266PwZI045684>