- Fix python dependency

- Add NO_ARCH

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-02-14 15:24:45 +00:00
parent 90d87d62f0
commit 3899ecdf2f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461812

View file

@ -14,7 +14,8 @@ COMMENT= Build System That Generates Other Build Systems
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:2
USES= python:2.7
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>