diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-06-26 23:44:13 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-06-26 23:44:13 +0000 |
commit | c8149709361d7e53e138bf931636eaaa4ad48b25 (patch) | |
tree | b0b1d2a97bc192589be71bbde232bf3ed1ab1951 /security/cryptlib | |
parent | mail/py-authres: Move MASTER_SITES to CHEESESHOP (diff) |
Sort ARCHS. Pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=444433
Diffstat (limited to 'security/cryptlib')
-rw-r--r-- | security/cryptlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/cryptlib/Makefile b/security/cryptlib/Makefile index a2b223253098..8aeb1146bee9 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= i386 amd64 armv6 +ONLY_FOR_ARCHS= amd64 armv6 i386 OPTIONS_DEFINE= DOCS |