diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-06-25 19:20:57 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-06-25 19:20:57 +0000 |
commit | 6f5a27d643e47f04633f4973e1e702be227978bf (patch) | |
tree | 6019566e3e99789c1048a7f20f2c3408afbd43cf | |
parent | Update to ocurl 0.7.4 (bugfix release) (diff) |
textproc/py-wstools: add NO_ARCH forgotten upon port create
Notes
Notes:
svn path=/head/; revision=390592
-rw-r--r-- | textproc/py-wstools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/py-wstools/Makefile b/textproc/py-wstools/Makefile index 878c80a06c99..85a63a754621 100644 --- a/textproc/py-wstools/Makefile +++ b/textproc/py-wstools/Makefile @@ -12,6 +12,7 @@ COMMENT= WSDL parsing services for Python LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/docs/license.txt +NO_ARCH= yes USES= python:2 USE_PYTHON= autoplist distutils |