Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Feb 2018 15:24:45 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461812 - head/devel/py-gyp
Message-ID:  <201802141524.w1EFOjdr054519@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Feb 14 15:24:45 2018
New Revision: 461812
URL: https://svnweb.freebsd.org/changeset/ports/461812

Log:
  - Fix python dependency
  - Add NO_ARCH
  
  Approved by:	portmgr blanket

Modified:
  head/devel/py-gyp/Makefile

Modified: head/devel/py-gyp/Makefile
==============================================================================
--- head/devel/py-gyp/Makefile	Wed Feb 14 15:11:40 2018	(r461811)
+++ head/devel/py-gyp/Makefile	Wed Feb 14 15:24:45 2018	(r461812)
@@ -14,7 +14,8 @@ COMMENT=	Build System That Generates Other Build Syste
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		python:2
+USES=		python:2.7
 USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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