diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-10-10 21:31:30 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-10-10 21:31:30 +0000 |
commit | 3ef3461740738a4408c83087846d4b59d726eaa6 (patch) | |
tree | f3d89a0399e1e0896808a5ab7c804ecd549e47db /security/py-cryptlib_py | |
parent | net-mgmt/blackbox_exporter: Update to version 0.10.0. (diff) |
For ports that are explicitly enabled on armv6, also enable them
on armv7. This has not been tested with an -exp run but should
"do no harm".
PR: 221894 (partial)
Notes
Notes:
svn path=/head/; revision=451721
Diffstat (limited to 'security/py-cryptlib_py')
-rw-r--r-- | security/py-cryptlib_py/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-cryptlib_py/Makefile b/security/py-cryptlib_py/Makefile index 6c2e25932abb..b4a636ffe5d7 100644 --- a/security/py-cryptlib_py/Makefile +++ b/security/py-cryptlib_py/Makefile @@ -14,7 +14,7 @@ COMMENT= Pythin binding for cryptlib LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -ONLY_FOR_ARCHS= i386 amd64 armv6 +ONLY_FOR_ARCHS= i386 amd64 armv6 armv7 USES= python:2 zip:infozip USE_PYTHON= distutils autoplist |