From 86e4267f70c9b364412c3cc4b961ffcf83c7b829 Mon Sep 17 00:00:00 2001 From: linimon Date: Mon, 26 Jun 2017 23:44:13 +0000 Subject: Sort ARCHS. Pet portlint. Approved by: portmgr (tier-2 blanket) --- security/cryptlib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/cryptlib') 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 -- cgit