diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/cryptlib/Makefile | 2 | ||||
-rw-r--r-- | security/py-cryptlib_py/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/cryptlib/Makefile b/security/cryptlib/Makefile index 8aeb1146bee9..7309931720c2 100644 --- a/security/cryptlib/Makefile +++ b/security/cryptlib/Makefile @@ -10,7 +10,7 @@ DISTNAME= cl${PORTVERSION:S/.//g} MAINTAINER= ale@FreeBSD.org COMMENT= Powerful security programming toolkit -ONLY_FOR_ARCHS= amd64 armv6 i386 +ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 OPTIONS_DEFINE= DOCS 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 |