diff options
author | linimon <linimon@FreeBSD.org> | 2017-06-27 07:44:13 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-06-27 07:44:13 +0800 |
commit | 86e4267f70c9b364412c3cc4b961ffcf83c7b829 (patch) | |
tree | b0b1d2a97bc192589be71bbde232bf3ed1ab1951 /security/cryptlib | |
parent | 6983461536180fc1cd720f5effb64395846dd74b (diff) | |
download | freebsd-ports-gnome-86e4267f70c9b364412c3cc4b961ffcf83c7b829.tar.gz freebsd-ports-gnome-86e4267f70c9b364412c3cc4b961ffcf83c7b829.tar.zst freebsd-ports-gnome-86e4267f70c9b364412c3cc4b961ffcf83c7b829.zip |
Sort ARCHS. Pet portlint.
Approved by: portmgr (tier-2 blanket)
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 |