svn commit: r461812 - head/devel/py-gyp
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Feb 14 15:24:46 UTC 2018
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>
More information about the svn-ports-all
mailing list