svn commit: r410308 - head/www/node

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 6 06:25:59 UTC 2016


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
 


More information about the svn-ports-head mailing list